dev-master
9999999-devUseful additions to the Elemental module.
BSD-3-Clause
silverstripe elements multirecord-editing
1.0.0
1.0.0.0Useful additions to the Elemental module.
BSD-3-Clause
silverstripe elements multirecord-editing
Wallogit.com
2017 © Pedro Peláez
Useful additions to the Elemental module.
Adds in, (*1)
composer require nyeholt/silverstripe-ozzymental:~2.0
ElementaryPage can be used out of the box as a new page type when creating a page, (*2)
EmbeddedItemElement will be available as an element to add, (*3)
TemplatedElementExtension - NOT AVAILABLE IN SS4 as yet, (*4)
Add in User Templates module, and you can choose a CMS managed template to be bound to the template, (*5)
You'll need to add an ElementHolder.ss template to your theme that contains something like, (*6)
$TemplatedContent
to make use of it., (*7)
Then, bind the extensions, (*8)
---
Name: element_config
---
DNADesign\Elemental\Models\BaseElement:
extensions:
- Symbiote\Elemental\Extension\TemplatedElementExtension
DNADesign\Elemental\Controllers\ElementController:
extensions:
- Symbiote\Elemental\Extension\TemplatedElementControllerExtension
---
Name: elemental_overrides
Only:
moduleexists: usertemplates
---
DNADesign\Elemental\Models\BaseElement:
has_one:
LayoutTemplate: Symbiote\UserTemplates\UserTemplate
Useful additions to the Elemental module.
BSD-3-Clause
silverstripe elements multirecord-editing
Useful additions to the Elemental module.
BSD-3-Clause
silverstripe elements multirecord-editing