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
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
Download
Patches
Plain diff
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 unresolved thread
Hide all comments
Open
Eric Sembrat
requested to merge
issue/layout_library-3207912:3207912-module-lacks-a
into
8.x-1.x
4 years ago
Overview
1
Commits
8
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 6
a89aa2fe
3 years ago
version 5
56faa4c2
3 years ago
version 4
bd48d242
3 years ago
version 3
08292b15
4 years ago
version 2
15bc2133
4 years ago
version 1
21dc5dea
4 years ago
8.x-1.x (HEAD)
and
latest version
latest version
605771b4
8 commits,
3 years ago
version 6
a89aa2fe
7 commits,
3 years ago
version 5
56faa4c2
6 commits,
3 years ago
version 4
bd48d242
5 commits,
3 years ago
version 3
08292b15
4 commits,
4 years ago
version 2
15bc2133
3 commits,
4 years ago
version 1
21dc5dea
2 commits,
4 years ago
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
Options
# 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