History: Sample_Articles_include
Source of version: 1
- «
- »
Copy to clipboard
{CODE(caption=>YAML)} preferences: feature_articles: y objects: - type: article_type ref: type data: name: New Type allow: [ ratings, comments ] show: [ author, reads, language ] - type: topic ref: topic data: name: New Topic - type: article ref: article data: title: Hello World! body: Thanks for reading this announcement, even if it contains nothing of value. heading: Read on... type: $type topic: $topic {CODE}