Skip to content
Snippets Groups Projects

Issue #3332213: Update README.md file according to README.md template on 2.0.x-dev

1 file
+ 28
33
Compare changes
  • Side-by-side
  • Inline
+ 28
33
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
INTRODUCTION
------------
# Layout Builder Styles
Layout Builder Styles allows site builders to select from a list of styles to
apply to layout builder blocks and layout builder sections. A "style" is just
a representation of one or more CSS classes that will be applied. Additionally,
for blocks, a block template suggestion is added for the selected style.
* For a full description of the module, visit the project page:
https://www.drupal.org/project/layout_builder_styles/
For a full description of the module, visit the
[project page](https://www.drupal.org/project/layout_builder_styles).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/layout_builder_styles).
## Table of contents
- Requirements
- Installation
- Configuration
* To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/layout_builder_styles/
## Requirements
REQUIREMENTS
------------
This module requires no modules outside of Drupal core.
* This module requires, at minimum, Drupal 8.7.0.
* This module requires no additional modules.
## Installation
INSTALLATION
------------
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
* Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
for further information.
CONFIGURATION
-------------
## Configuration
When placing a block into a layout, this module will check to see if any block
styles are available for the block type, and if so, present the user with a
select list to choose one to apply.
1. When placing a block into a layout, this module will check to see if any block
styles are available for the block type, and if so, present the user with a
select list to choose one to apply.
A simple user interface is provided for managing the styles available. Since a
style is a configuration entity, it can be exported and imported just like any
other configuration data on your site.
2. A simple user interface is provided for managing the styles available. Since a
style is a configuration entity, it can be exported and imported just like any
other configuration data on your site.
* For full configuration documentation, please see the contributed
documentation: https://www.drupal.org/docs/8/modules/layout-builder-styles
- For full configuration documentation, please see the contributed
documentation: `https://www.drupal.org/docs/8/modules/layout-builder-styles`
Loading