First attempt to services section
- base.py: add settings to load GlasfaserServicesPlugin by default
- glasfaser_cms_page.html: create a placeholder for services
- cms_plugins.py: add the plugin code
- models.py: add UngelichTextSectionWithImage model
This commit is contained in:
parent
97ba0bafd3
commit
f6468a7c8c
4 changed files with 36 additions and 43 deletions
|
|
@ -321,6 +321,15 @@ CMS_PLACEHOLDER_CONF = {
|
|||
},
|
||||
]
|
||||
},
|
||||
'glasfaser_services': {
|
||||
'name': "Services",
|
||||
'plugins': ['GlasfaserServicesPlugin'],
|
||||
'default_plugins': [
|
||||
{
|
||||
'plugin_type': 'GlasfaserServicesPlugin',
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
CACHES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue