Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
layout_library
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
layout_library
Merge requests
!2
Issue
#3207912
: Module lacks a README - documentation
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3207912
: Module lacks a README - documentation
issue/layout_library-3207912:3207912-module-lacks-a
into
8.x-1.x
Overview
1
Commits
8
Pipelines
0
Changes
1
1 open thread
Hide all comments
Open
Issue #3207912: Module lacks a README - documentation
Eric Sembrat
requested to merge
issue/layout_library-3207912:3207912-module-lacks-a
into
8.x-1.x
Apr 15, 2021
Overview
1
Commits
8
Pipelines
0
Changes
1
1 open thread
Hide all comments
0
0
Merge request reports
Compare
8.x-1.x
version 6
a89aa2fe
Mar 17, 2022
version 5
56faa4c2
Feb 28, 2022
version 4
bd48d242
Oct 7, 2021
version 3
08292b15
Jun 3, 2021
version 2
15bc2133
Jun 1, 2021
version 1
21dc5dea
Apr 15, 2021
8.x-1.x (HEAD)
and
latest version
latest version
605771b4
8 commits,
Mar 23, 2022
version 6
a89aa2fe
7 commits,
Mar 17, 2022
version 5
56faa4c2
6 commits,
Feb 28, 2022
version 4
bd48d242
5 commits,
Oct 7, 2021
version 3
08292b15
4 commits,
Jun 3, 2021
version 2
15bc2133
3 commits,
Jun 1, 2021
version 1
21dc5dea
2 commits,
Apr 15, 2021
1 file
+
63
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
0 → 100644
+
63
−
0
View file @ 8c5d3368
Edit in single-file editor
Open in Web IDE
# 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