carbon / editable
This package extends the Fusion prototype `Neos.Neos:ContentComponent`, `Neos.Neos:Content` and `Neos.Neos:Editable`. It is all about to toggle editability.
Fund package maintenance!
jonnitto
www.paypal.me/Jonnitto/20eur
Installs: 10 076
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-carbon
Requires
- neos/neos: ~5.3 || ~7.0 || ~8.0
README
Carbon.Editable Package for Neos CMS
This package extends the Fusion prototype Neos.Neos:ContentComponent
, Neos.Neos:Content
and Neos.Neos:Editable
. It is all about to toggle editability.
Installation
Carbon.Editable
is available via packagist. Add "carbon/editable" : "^1.0"
to the require section of your composer.json or run composer require carbon/editable
.
Neos.Neos:ContentComponent
and Neos.Neos:Content
With the new property contentElement
(default to true
) you can turn off the content element wrapping. Great if you want to use content elements for components without any abillity to edit or inside another content element.
Neos.Neos:Editable
You'll get some new features for this prototype:
The already existing property block
get a new default value: this.tagName ? false : true
. If don't make use of the tagName
everything stays the same.
License
Licensed under MIT, see LICENSE