Added configuration for datacenterlight_cms_page_title_tag
This commit is contained in:
parent
af713a0e96
commit
67880d5d60
1 changed files with 10 additions and 1 deletions
|
@ -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': {
|
'datacenterlight_cms_page_title': {
|
||||||
'name': _('Data Center Light Title Text'),
|
'name': _('Data Center Light Title Text'),
|
||||||
'default_plugins': [
|
'default_plugins': [
|
||||||
{
|
{
|
||||||
'plugin_type': 'TextPlugin',
|
'plugin_type': 'TextPlugin',
|
||||||
'values': {'body': '<p></p>'},
|
'values': {'body': ''},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue