AceEditor.php |
src/Plugin/Editor/AceEditor.php |
Drupal\ace_editor\Plugin\Editor |
|
AceFilter.php |
src/Plugin/Filter/AceFilter.php |
Drupal\ace_editor\Plugin\Filter |
|
AceFormatter.php |
src/Plugin/Field/FieldFormatter/AceFormatter.php |
Drupal\ace_editor\Plugin\Field\FieldFormatter |
|
ace_editor.info.yml |
ace_editor.info.yml |
|
ace_editor.info.yml |
ace_editor.install |
ace_editor.install |
|
Install functions for the Ace Editor module. |
ace_editor.libraries.yml |
ace_editor.libraries.yml |
|
ace_editor.libraries.yml |
ace_editor.module |
ace_editor.module |
|
This file is used to write hooks that used in the module. |
ace_editor.permission.yml |
ace_editor.permission.yml |
|
ace_editor.permission.yml |
ace_editor.settings.yml |
config/install/ace_editor.settings.yml |
|
config/install/ace_editor.settings.yml |
editor.css |
styles/editor.css |
|
.ace_editor {
position: relative;
border: 1px solid #ccc;
width: 100%;
height: 400px;
} |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
Ace Editor Module for Drupal 8 ( https://drupal.org/project/ace_editor )
==============================
by boaloysius, https://www.drupal.org/u/boaloysius
by interdruper, https://www.drupal.org/u/interdruper
Description
===========
AceEditor is a… |