CHANGELOG.txt |
CHANGELOG.txt |
|
CKeditor Responsive Plugin 2.0.1, 2021-02-01
--------------------------
- Remove pink background on editor
CKeditor Responsive Plugin 2.0.0, 2020-06-07
--------------------------
- Update hook install prepare drupal 9 version
- Lint code
- Update… |
ckeditor_responsive_plugin.info.yml |
ckeditor_responsive_plugin.info.yml |
|
ckeditor_responsive_plugin.info.yml |
ckeditor_responsive_plugin.install |
ckeditor_responsive_plugin.install |
|
Install, update, and uninstall functions for the module. |
ckeditor_responsive_plugin.module |
ckeditor_responsive_plugin.module |
|
Hooks implementations. |
LICENCE.txt |
LICENCE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and… |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Troubleshooting
* FAQ
* Maintainers
INTRODUCTION
------------
This module, used on top of CKEditor allows the use of responsive area within
rich… |
responsivearea.css |
js/plugins/responsivearea/responsivearea.css |
|
/* 4.85%; } /* grid_1 */
.onecol,
.grid-1 {
width: 5.801104972%;
}
/* 13.45%; } /* grid_2 */
.twocol,
.grid-2 {
width: 14.364640883%;
}
/* 22.05%; } /* grid_3 */
.threecol,
.grid-3 {
width: 22.928176794%;
}
/* 30.75%; } /* grid_4 … |
ResponsiveArea.php |
src/Plugin/CKEditorPlugin/ResponsiveArea.php |
Drupal\ckeditor_responsive_plugin\Plugin\CKEditorPlugin |
|