Remove datacentelright_content placeholder conf
This commit is contained in:
parent
82d4bf8c47
commit
44e913a744
2 changed files with 1 additions and 13 deletions
|
@ -57,7 +57,7 @@
|
|||
</div>
|
||||
{% endplaceholder %}
|
||||
|
||||
{% placeholder 'datacenterlight_content' %}
|
||||
{% placeholder 'Datacenterlight Content' %}
|
||||
|
||||
{% placeholder 'datacenterlight_footer'%}
|
||||
|
||||
|
|
|
@ -352,18 +352,6 @@ CMS_PLACEHOLDER_CONF = {
|
|||
},
|
||||
]
|
||||
},
|
||||
'datacenterlight_content': {
|
||||
'name': _('Datacenterlight Content'),
|
||||
'default_plugins': [
|
||||
{
|
||||
'plugin_type': 'DCLCalculatorPlugin',
|
||||
'values': {
|
||||
'heading': 'Heading',
|
||||
'content': 'Text'
|
||||
},
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
CMS_PERMISSION = True
|
||||
|
|
Loading…
Reference in a new issue