Download the PHP package pmaas/neos-tablestyles without Composer
On this page you can find all versions of the php package pmaas/neos-tablestyles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package neos-tablestyles
Table styles plugin for Neos CMS
This package provides a drop down to add custom CSS classes to CKEditor tables in Neos CMS.
Installation
To install the plugin run this in your site package folder:
composer require --no-update pmaas/neos-tablestyles
Then run composer update
in your project directory.
Usage
Add your custom css classes to your settings.yaml
:
Pmaas:
Neos:
TableStyles:
presets:
label: 'Table style'
options:
primary:
label: 'Primary style'
cssClass: 'table--primary'
secondary:
label: 'Secondary style'
cssClass: 'table--secondary'
Then add tableStyles: true
to your NodeType, to activate the drop down:
'Vendor.Package:Type.Name':
properties:
text:
ui:
inline:
editorOptions:
tableStyles: true
Contributions
Contributions are always welcome!
All versions of neos-tablestyles with dependencies
PHP Build Version
Package Version
The package pmaas/neos-tablestyles contains the following files
Loading the files please wait ....