CKEditorBSGrid.php |
src/Plugin/CKEditorPlugin/CKEditorBSGrid.php |
Drupal\ckeditor_bs_grid\Plugin\CKEditorPlugin |
|
ckeditor_bs_grid.info.yml |
ckeditor_bs_grid.info.yml |
|
ckeditor_bs_grid.info.yml |
ckeditor_bs_grid.module |
ckeditor_bs_grid.module |
|
Contains ckeditor_bs_grid.module.. |
editor.css |
js/bs_grid/css/editor.css |
|
.bs_grid {
margin: 0 auto;
background: #eee;
border: 1px solid #00ff00;
box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.content {
box-shadow: 0 1px 1px #ddd inset;
min-height: 5em;
background: #fff;
}
.container {
width:… |
README.txt |
README.txt |
|
CKEditor Bootstrap Grid
---------------------
INTRODUCTION
------------
Current Maintainer: Bryan Sharpe (https://www.drupal.org/u/b_sharpe)
CKEditor Bootstrap Grid is used to install a plugin into CKEditor
that allows for easy creation of a row +… |