Added default text plugin for the cms page title
This commit is contained in:
parent
2a76167d10
commit
0ee0d96e0f
1 changed files with 9 additions and 0 deletions
|
@ -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 = {
|
CACHES = {
|
||||||
|
|
Loading…
Reference in a new issue