Added configuration for datacenterlight_cms_page_title_tag

This commit is contained in:
PCoder 2017-08-26 20:52:47 +05:30
parent af713a0e96
commit 67880d5d60

View file

@ -317,12 +317,21 @@ CMS_PLACEHOLDER_CONF = {
},
]
},
'datacenterlight_cms_page_title_tag': {
'name': _('Data Center Light Title Tag Text'),
'default_plugins': [
{
'plugin_type': 'TextPlugin',
'values': {'body': ''},
},
]
},
'datacenterlight_cms_page_title': {
'name': _('Data Center Light Title Text'),
'default_plugins': [
{
'plugin_type': 'TextPlugin',
'values': {'body': '<p></p>'},
'values': {'body': ''},
},
]
},