Skip to content
Snippets Groups Projects

Issue #3207912: Module lacks a README - documentation

1 unresolved thread
1 unresolved thread
README.md 0 → 100644
+ 63
0
# CONTENTS OF THIS FILE
- Introduction
- Requirements
- Installation
- Configuration
- Maintainers
# INTRODUCTION
Layout builder library provides a layout library which allows content editors to
pick from a list of pre-defined layouts.
Site builders can create and deploy pre-defined layouts for each entity-type and
bundle combination. Content editors can pick from existing layouts. Site admins
can prevent content-editors from creating their own bespoke layouts but give
them the ability to customise layouts on a per-content-item basis.
- For a full description of the module, visit the project page:
https://www.drupal.org/project/layout_library/
- To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/layout_library/
# REQUIREMENTS
- This module requires, at minimum, Drupal 8.7.0.
- This module requires no additional modules from outside core.
# INSTALLATION
- Install as you would normally install a contributed Drupal module.
Visit [Extending Drupal - installing modules](https://www.drupal.org/node/1897420)
for further information.
# CONFIGURATION
- After enabling the module, create a Layout from 'Structure > Layout Library'
and clicking 'Add Layout'. Add a descriptive label and connect the Layout to
an entity type (such as a Node type, inline-block type).
- After creating the Layout, click 'Edit layout' to edit the layout, configure
sections, and pre-define blocks. Once complete, click 'Save layout' to save
the layout.
- After creating Layouts go to the Manage Display for the bundle that the
layout was created for.
- Select the options: 'Allow content editors to use stored layouts' and 'Use
Layout Builder'.
- This will then add a field layout_selection to the fields for this bundle.
# MAINTAINERS
Current maintainers:
- Tim Plunkett (tim.plunkett) - https://www.drupal.org/user/241634
- Jess (xjm) - https://www.drupal.org/user/65776
- Lee Rowlands (larowlan) - https://www.drupal.org/user/395439
- Kris Vanderwater (EclipseGc) - https://www.drupal.org/user/61203
- Adam G-H (phenaproxima) - https://www.drupal.org/user/205645
- Samuel Mortenson (samuel.mortenson) - https://www.drupal.org/user/2582268
Loading