Merge pull request #584 from pcoder/bugfix/do_not_force_calculator_in_DCL_template

Remove datacentelright_content placeholder conf
This commit is contained in:
Pcoder 2018-03-11 21:58:09 +01:00 committed by GitHub
commit 387cb56636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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