-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Drupal module. Better Ckeditor tables This custom module adds enhancements to Ckeditor 1) Set default html table width to 100% 2) Set default html table padding 5px 3) Set default html table margin and border to 0 4) Make html table summary required 5) Remove CKeditor empty p tags 6) Load Boostrap grid css/js in Ckeditor iframe when editing
License
pcapp2114/custom-drupal-module-better-tables
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Permissions
* Configuration
* Maintainers
INTRODUCTION
------------
OSSWeb Ckeditor - Adds enhancements to Ckeditor
1) Set default html table width to 100%
2) Set default html table padding 5px
3) Set default html table margin and border to 0
4) Make html table summary required
5) Remove CKeditor empty p tags <p> </p>
6) Load Boostrap grid css/js in Ckeditor iframe when editing
IMPORTANT
------------
Remove the request for the Bootstrap css map file in - bootstrap-grid.min.css
Delete this line at the bottom:
/*# sourceMappingURL=bootstrap-grid.min.css.map */
.map files allow a browser to download a full version of the minified JS. It is really for debugging purposes.
REQUIREMENTS
------------
No special requirements.
INSTALLATION
------------
* Install as you would normally install a contributed Drupal module.
See: https://www.drupal.org/node/895232 for further information.
PERMISSIONS
-------------
* There are no permission settings
CONFIGURATION
-------------
* There is no configuration needed
MAINTAINERS
-----------
Current maintainers:
* There are no current maintenance
About
Custom Drupal module. Better Ckeditor tables This custom module adds enhancements to Ckeditor 1) Set default html table width to 100% 2) Set default html table padding 5px 3) Set default html table margin and border to 0 4) Make html table summary required 5) Remove CKeditor empty p tags 6) Load Boostrap grid css/js in Ckeditor iframe when editing
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published