networkteam/neos-pencilcase

There is no license information available for the latest version (1.2.0) of this package.

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Language:JavaScript

Type:neos-package

1.2.0 2024-07-09 13:53 UTC

This package is auto-updated.

Last update: 2024-08-12 06:37:42 UTC


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