You are here

README.txt in Layout builder ids 2.0.x

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration

INTRODUCTION
------------

Layout Builder Ids allows site builders to enter and ID to
be used with either a section or block in layout builder.
A "style" is just a representation of one or more CSS classes
that will be applied. This will then allow for things like
anchor links and javascript to target very specific blocks
and sections.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/layout_builder_ids/

 * To submit bug reports and feature suggestions, or track changes:
   https://www.drupal.org/project/issues/layout_builder_ids/


REQUIREMENTS
------------

* This module requires, at minimum, Drupal 8.8.0.
* This module requires that layout builder from core be enabled.
* This module requires hook_event_dispatcher (1.x branch) to be enabled.


INSTALLATION
------------

 * 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
-------------

When placing a block or section into a layout, this module will add an
option for an ID, where ids follow the protocol of
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. INTRODUCTION
  8. ------------
  9. Layout Builder Ids allows site builders to enter and ID to
  10. be used with either a section or block in layout builder.
  11. A "style" is just a representation of one or more CSS classes
  12. that will be applied. This will then allow for things like
  13. anchor links and javascript to target very specific blocks
  14. and sections.
  15. * For a full description of the module, visit the project page:
  16. https://www.drupal.org/project/layout_builder_ids/
  17. * To submit bug reports and feature suggestions, or track changes:
  18. https://www.drupal.org/project/issues/layout_builder_ids/
  19. REQUIREMENTS
  20. ------------
  21. * This module requires, at minimum, Drupal 8.8.0.
  22. * This module requires that layout builder from core be enabled.
  23. * This module requires hook_event_dispatcher (1.x branch) to be enabled.
  24. INSTALLATION
  25. ------------
  26. * Install as you would normally install a contributed Drupal module. Visit
  27. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  28. for further information.
  29. CONFIGURATION
  30. -------------
  31. When placing a block or section into a layout, this module will add an
  32. option for an ID, where ids follow the protocol of
  33. https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id.