carbon/editable

Letzte Aktivität 09 Dec 2020 5117
composer require 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.

1.1.0

Version
1.1.0
Type
neos-carbon
Release Date
Dec 09, 2020 18:02
Source
git
Distribution
zip
Requires
MIT
  • #flow
  • #helper
  • #neos
  • #carbon
  • #fusion
5ae22742010e2dfc20d1f69d414397c61a11900f

Latest Stable Version Total Downloads License GitHub forks GitHub stars GitHub watchers

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:

Property Default value Description
editable true Set to false if you want to disable the editable feature
tagName this.class ? 'div' : null If this property is set, the tag is always written
innerTagName null Pass an additional, inner tag inside the tagName
class null Pass a class to the tagName

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

The content of the readme is provided by Github
The same vendor provides 23 package(s).