Added missing modules, including some as submodules.
[yaffs-website] / web / modules / contrib / bootstrap_layouts / README.md
1 # Bootstrap Layouts
2
3 This project is the combination of the Drupal 7 [Display Suite Bootstrap Layouts]
4 and [Panels Bootstrap Layouts] modules for Drupal 8.
5
6 ## Requirements
7
8  - [Drupal Bootstrap] or any other theme that utilizes the Bootstrap framework
9    grid system and classes.
10  - Any module or theme that utilizes the [Layout Plugin] module:
11    - [Display Suite]
12    - [Panels] (via [Page Manager])
13    - Or any other project that uses Layout Plugin.
14
15 ## Installation
16
17 Install as you would normally install a contributed Drupal module. See:
18 https://drupal.org/documentation/install/modules-themes/modules-8 for further
19 information.
20
21 ## Configuration
22
23 Configuration will depend on which project is been use to display it, either 
24 Display Suite or Panels. But all this project needs is to be installed.
25
26 ## Maintainers
27
28 - Darryl Norris ([darol100](https://www.drupal.org/u/darol100))
29 - Mark Carver ([markcarver](https://www.drupal.org/u/markcarver))
30
31 [Display Suite Bootstrap Layouts]:https://www.drupal.org/project/ds_bootstrap_layouts
32 [Panels Bootstrap Layouts]:https://www.drupal.org/project/panels_bootstrap_layouts
33 [Drupal Bootstrap]:https://www.drupal.org/project/bootstrap
34 [Layout Plugin]:https://www.drupal.org/project/layout_plugin
35 [Display Suite]:https://www.drupal.org/project/ds
36 [Panels]:https://www.drupal.org/project/panels
37 [Page Manager]:https://www.drupal.org/project/page_manager