networkteam / neos-pencilcase
Installs: 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:JavaScript
Type:neos-package
Requires
- neos/flow: *
- neos/neos-ui: *
README
Customize your CKeditor using a yaml file
Neos: Neos: Ui: frontendConfiguration: Networkteam.Neos.PencilCase: # the heading options will be added to the dropdown menu for blockstyles headingOptions: fancy: label: Fancy tagName: span attributes: class: fancy data-nwt-plugin: nwt.awesomeSpecialTextEffect style: color: tomato # customOptions will be added as buttons customOptions: violet: tooltip: Highlight icon: rocket tagName: span # are fixed when set in config attributes: class: 'highlight' style: background: violet # will be editable inside ckEditor editableAttributes: # set a custom anchor inside your copytext id: # add label to the input field (falling back to attribute name), with i18n support label: ID # add a placeholder to the input field, with i18n support placeholder: Vendor.Site:Main:id.placeholder # add information to certain parts of copytext data-test: true # native tooltip title: true