ORIENT/plugins/rainlab/blog/models/postimport/columns.yaml

17 lines
559 B
YAML
Raw Normal View History

# ===================================
# Column Definitions
# ===================================
columns:
id: ID
title: rainlab.blog::lang.post.title
content: rainlab.blog::lang.post.content
excerpt: rainlab.blog::lang.post.excerpt
slug: rainlab.blog::lang.post.slug
categories: rainlab.blog::lang.post.categories
author_email: rainlab.blog::lang.post.author_email
created_at: rainlab.blog::lang.post.created_date
updated_at: rainlab.blog::lang.post.updated_date
published_at: rainlab.blog::lang.post.published_date