Remove datacentelright_content placeholder conf

This commit is contained in:
PCoder 2018-03-11 21:24:24 +01:00
parent 82d4bf8c47
commit 44e913a744
2 changed files with 1 additions and 13 deletions

View File

@ -57,7 +57,7 @@
</div>
{% endplaceholder %}
{% placeholder 'datacenterlight_content' %}
{% placeholder 'Datacenterlight Content' %}
{% placeholder 'datacenterlight_footer'%}

View File

@ -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