Added default text plugin for the cms page title

This commit is contained in:
PCoder 2017-08-26 02:56:05 +05:30
parent 2a76167d10
commit 0ee0d96e0f

View file

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