Merge pull request #584 from pcoder/bugfix/do_not_force_calculator_in_DCL_template
Remove datacentelright_content placeholder conf
This commit is contained in:
commit
387cb56636
2 changed files with 1 additions and 13 deletions
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endplaceholder %}
|
{% endplaceholder %}
|
||||||
|
|
||||||
{% placeholder 'datacenterlight_content' %}
|
{% placeholder 'Datacenterlight Content' %}
|
||||||
|
|
||||||
{% placeholder 'datacenterlight_footer'%}
|
{% 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
|
CMS_PERMISSION = True
|
||||||
|
|
Loading…
Reference in a new issue