geysir-field-paragraph-wrapper.html.twig |
templates/geysir-field-paragraph-wrapper.html.twig |
|
Default theme implementation to display a Geysir Field Paragraph Wrapper. |
geysir.api.php |
geysir.api.php |
|
Hooks provided by the Geysir module. |
geysir.dialog.css |
css/geysir.dialog.css |
|
Default styling for Geysir dialogs. |
geysir.info.yml |
geysir.info.yml |
|
geysir.info.yml |
geysir.libraries.yml |
geysir.libraries.yml |
|
geysir.libraries.yml |
geysir.module |
geysir.module |
|
Geysir module file. |
geysir.paragraphs.css |
css/geysir.paragraphs.css |
|
*[data-geysir-field-paragraph-field-wrapper] .field--item,
.geysir-field-paragraph-wrapper > * {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.geysir-field-paragraph-wrapper {
position: relative;
clear:… |
geysir.permissions.yml |
geysir.permissions.yml |
|
geysir.permissions.yml |
geysir.routing.yml |
geysir.routing.yml |
|
geysir.routing.yml |
geysir.theme.inc |
geysir.theme.inc |
|
Geysir theming functionalities. |
geysir.toolbar.css |
css/geysir.toolbar.css |
|
.toolbar .toolbar-bar .geysir-toolbar-tab.toolbar-tab {
float: right; /* LTR */
}
[dir="rtl"] .toolbar .toolbar-bar .geysir-toolbar-tab.toolbar-tab {
float: left;
}
.toolbar .toolbar-bar .geysir-toolbar-tab .toolbar-item {
margin:… |
GeysirCloseModalDialogCommand.php |
src/Ajax/GeysirCloseModalDialogCommand.php |
Drupal\geysir\Ajax |
|
GeysirControllerBase.php |
src/Controller/GeysirControllerBase.php |
Drupal\geysir\Controller |
|
GeysirCutPasteController.php |
src/Controller/GeysirCutPasteController.php |
Drupal\geysir\Controller |
|
GeysirFormEntityRevisionTrait.php |
src/Form/GeysirFormEntityRevisionTrait.php |
Drupal\geysir\Form |
|
GeysirModalController.php |
src/Controller/GeysirModalController.php |
Drupal\geysir\Controller |
|
GeysirModalParagraphAddForm.php |
src/Form/GeysirModalParagraphAddForm.php |
Drupal\geysir\Form |
|
GeysirModalParagraphAddSelectTypeForm.php |
src/Form/GeysirModalParagraphAddSelectTypeForm.php |
Drupal\geysir\Form |
|
GeysirModalParagraphDeleteForm.php |
src/Form/GeysirModalParagraphDeleteForm.php |
Drupal\geysir\Form |
|
GeysirModalParagraphForm.php |
src/Form/GeysirModalParagraphForm.php |
Drupal\geysir\Form |
|
GeysirOpenModalDialogCommand.php |
src/Ajax/GeysirOpenModalDialogCommand.php |
Drupal\geysir\Ajax |
|
GeysirParagraphDeleteForm.php |
src/Form/GeysirParagraphDeleteForm.php |
Drupal\geysir\Form |
|
GeysirParagraphForm.php |
src/Form/GeysirParagraphForm.php |
Drupal\geysir\Form |
|
GeysirReattachBehaviors.php |
src/Ajax/GeysirReattachBehaviors.php |
Drupal\geysir\Ajax |
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Maintainers
INTRODUCTION
------------
Geysir introduces several user interface optimisations which support content
authors in their daily workflow.… |