Created
September 27, 2018 08:14
-
-
Save ItsReaSz/df6138fcee5407a14d217c2fb0c01680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": { | |
"en-GB": "Exposition", | |
"fr-FR": "Exposition" | |
}, | |
"description": { | |
"en-GB": "Article exposition", | |
"fr-FR": "Article exposition" | |
}, | |
"template": "containers/channels/exposition/exposition.html.twig", | |
"template_config": { | |
"config": { | |
"label": { | |
"en-GB": "Settings", | |
"fr-FR": "Settings" | |
}, | |
"controls": { | |
"alignment": { | |
"hidden": "0", | |
"access": "all", | |
"label": { | |
"en-GB": "Align articles", | |
"fr-FR": "Align articles" | |
}, | |
"type": "list", | |
"value": "left", | |
"options": [ | |
{ | |
"value": "left", | |
"label": { | |
"en-GB": "Left", | |
"fr-FR": "Left" | |
} | |
}, | |
{ | |
"value": "right", | |
"label": { | |
"en-GB": "Right", | |
"fr-FR": "Right" | |
} | |
} | |
] | |
}, | |
"story": { | |
"hidden": "0", | |
"access": "all", | |
"label": { | |
"en-GB": "Illustration", | |
"fr-FR": "Illustration" | |
}, | |
"type": "list", | |
"value": "promoting_agribusiness", | |
"options": [ | |
{ | |
"value": "promoting_agribusiness", | |
"label": { | |
"en-GB": "Promoting agribusiness", | |
"fr-FR": "Promoting agribusiness" | |
} | |
}, | |
{ | |
"value": "climate_illustration", | |
"label": { | |
"en-GB": "Farmer growing crops", | |
"fr-FR": "Farmer growing crops" | |
} | |
}, | |
{ | |
"value": "ict-innovation_illustration", | |
"label": { | |
"en-GB": "Life cycle of a tree", | |
"fr-FR": "Life cycle of a tree" | |
} | |
}, | |
{ | |
"value": "knowledge_illustration", | |
"label": { | |
"en-GB": "Group of people sharing knowledge", | |
"fr-FR": "Group of people sharing knowledge" | |
} | |
}, | |
{ | |
"value": "policy_illustration", | |
"label": { | |
"en-GB": "Transport illustration", | |
"fr-FR": "Transport illustration" | |
} | |
} | |
] | |
}, | |
"colour_theme": { | |
"value": "green", | |
"control": "project/colour_theme" | |
} | |
} | |
}, | |
"model": { | |
"label": { | |
"en-GB": "Content", | |
"fr-FR": "Content" | |
}, | |
"controls": { | |
"analysis": { | |
"value": "true", | |
"control": "project/model/analysis" | |
}, | |
"includeRelated": { | |
"value": "true", | |
"control": "project/model/include_related" | |
}, | |
"limit": { | |
"hidden": "0", | |
"access": "all", | |
"label": { | |
"en-GB": "Number of articles", | |
"fr-FR": "Number of articles" | |
}, | |
"type": "list", | |
"value": "3", | |
"options": [ | |
{ | |
"value": "3", | |
"label": { | |
"en-GB": "3", | |
"fr-FR": "3" | |
} | |
}, | |
{ | |
"value": "4", | |
"label": { | |
"en-GB": "4", | |
"fr-FR": "4" | |
} | |
}, | |
{ | |
"value": "5", | |
"label": { | |
"en-GB": "5", | |
"fr-FR": "5" | |
} | |
}, | |
{ | |
"value": "6", | |
"label": { | |
"en-GB": "6", | |
"fr-FR": "6" | |
} | |
} | |
] | |
}, | |
"data": { | |
"control": "project/model/channel", | |
"value": { | |
"adapter": "SCR", | |
"model": "channels", | |
"id": "7a45897b-ab0c-4373-bbd7-1e4bac2f7e96" | |
} | |
} | |
} | |
} | |
}, | |
"frontender": "9ac3c38f4ea57d5038874534480a84ef" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment