Skip to content
Snippets Groups Projects
Select Git revision
  • project-update-bot-only
  • 2.0.x default
  • 3430100-automated-drupal-11
  • previous/project-update-bot-only/2024-06-02-1
  • previous/project-update-bot-only/2024-06-02
  • 2.0.0-alpha1
  • 2.0-alpha1
7 results

embedded_content-3430100

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Project-Update-bot authored
    e0048238
    History

    Embedded Content

    This module provides a way to allow editors to insert styled components into CKEditor without having to grant the editors permission

    • Styling of each component can be
    • Editors don't require permission to set classes to HTML
    • Developers can create more complex components
    • Thanks to Ckeditor5 the elements are immediately upcasted and visible in the editor.

    Usage

    Enable the Embedded Content text filter:

    1. Create a new text filter or edit an existing one and enable CKEditor 5.
    2. Drag the 'Embedded Content' icon to the Ckeditor Toolbar
    3. Enable the 'Embedded Content' filter.

    Create one or more 'Embeddedcontent' plugins.

    • Enable embedded_content_examples for a working example.

    Development

    This module has been tested using build of node version 18. Use nvm to install and/or change to version 18.

    1. npm install
    2. npm run build