Skip to content
Snippets Groups Projects
Select Git revision
  • 1.2.x
  • 2.0.x default
  • 1.1.x
  • 1.0.x
  • 2.0.1
  • 2.0.0
  • 1.2.2
  • 1.2.1
  • 1.1.2
  • 1.2.0
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 1.0.0
  • 1.0.0-beta2
  • 1.0.0-beta1
  • 1.0.0-alpha3
  • 1.0.0-alpha2
  • 1.0.0-alpha1
19 results

README.md

Blame
  • Rajab Natshah's avatar
    Issue #3278018: Fix Drupal coding standards and Drupal Practice
    Rajab Natshah authored
    4f767d46
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Section Library

    Allows saving the section as a template, so we can reuse it again in other pages or same pages as a duplicate, whether the section blocks are generic or inline the module differentiate between them and builds new instances for the inline blocks.

    FEATURES

    Content Based: The content editor (Layout Manager) can save any created section(s) to the library to reuse it over and over.

    Build single, or multiple sections as a template: Save individual section or combine multiple sections (or all sections on the page) as a template.

    REQUIREMENTS

    Drupal Core Layout Builder module.

    INSTALLATION

    Install like any other contributed Drupal module.

    See: https://www.drupal.org/docs/8/extending-drupal-8/installing-contributed-... for further information.

    RECOMMENDATION

    You can use this module with Optional modules like:

    Layout Builder Modal: Replace the default off-canvas dialog with modal, so it will show more modern library.

    SIMILAR MODULES

    The key difference between this module and the Layout Builder Library module that the latter builds a full page template and is config based. The Section Library is content based so the content editor can create templates on the fly without import/export configs, also it builds templates for the section or multiple combined sections (page) templates. There is no overlapping between the two modules and you can use both at the same time.