You are here

Files in Layout Paragraphs 2.0.x

Primary tabs

File namesort descending Location Namespace Description
builder-form.css css/builder-form.css .layout-paragraphs-builder-form .form-actions { background: rgba(0,0,0,.05); margin-top: 0; padding: 20px; }
builder.css css/builder.css .lpb-dialog { z-index: 700; } .lp-builder { min-height: 30px; position: relative; } .js-lpb-region { min-height: 40px; cursor: default; box-sizing: border-box; position: relative; } .lpb-empty-container__wrapper { position:…
BuilderTest.php tests/src/FunctionalJavascript/BuilderTest.php Drupal\Tests\layout_paragraphs\FunctionalJavascript
ChooseComponentController.php src/Controller/ChooseComponentController.php Drupal\layout_paragraphs\Controller
component-list.css css/component-list.css .lpb-component-list__group > * { display: flex; flex-wrap: wrap; width: 100%; } .lpb-component-list__group > div > div { width: 100%; } .lpb-component-list__item a { align-items: center; display: flex; margin-top: 10px; …
ComponentFormBase.php src/Form/ComponentFormBase.php Drupal\layout_paragraphs\Form
ComponentFormController.php src/Controller/ComponentFormController.php Drupal\layout_paragraphs\Controller
DeleteComponentForm.php src/Form/DeleteComponentForm.php Drupal\layout_paragraphs\Form
DialogHelperTrait.php src/DialogHelperTrait.php Drupal\layout_paragraphs
EditComponentForm.php src/Form/EditComponentForm.php Drupal\layout_paragraphs\Form
InsertComponentForm.php src/Form/InsertComponentForm.php Drupal\layout_paragraphs\Form
layout-paragraphs-builder-component-menu.html.twig templates/layout-paragraphs-builder-component-menu.html.twig <div{{ attributes }}> <h4 class="visually-hidden">{{ 'Add Item'|t }}</h4> <div class="lpb-component-list__search"> <input class="lpb-component-list-search-input"…
layout-paragraphs-builder-controls.html.twig templates/layout-paragraphs-builder-controls.html.twig <div{{ attributes }}> <a class="lpb-drag" href="#nav"><span>{{ 'Nav'|t }}</span></a> <span class="lpb-controls-label">{{label}}</span> <a…
layout-paragraphs-builder-formatter.html.twig templates/layout-paragraphs-builder-formatter.html.twig {% if is_empty %} <div class="lpb-enable__empty-message__wrapper"> <div class="lpb-enable__empty-message"> <p> You haven't created any {{ field_label }} yet. <a…
layout-paragraphs-builder-section-menu.html.twig templates/layout-paragraphs-builder-section-menu.html.twig <div class="lpb-section-menu"> <h4 class="visually-hidden">{{ 'Add Section'|t }}</h4> <div class="lpb-section-menu__group"> {% for type in types %} <div…
layout-paragraphs-builder.html.twig templates/layout-paragraphs-builder.html.twig <div{{ attributes }}> {% if is_empty %} <div class="lpb-empty-container__wrapper"> <div class="lpb-empty-container"> <div class="lpb-empty-message">{{ empty_message…
layout-select.css css/layout-select.css .layout-select { display: flex; flex-wrap: wrap; justify-content: flex-start; } .layout-select__item { flex: 0 1 150px; margin-right: 10px; } .layout-select__item label.option { display: flex; padding: 10px; outline: 1px solid…
LayoutParagraphsAllowedTypesEvent.php src/Event/LayoutParagraphsAllowedTypesEvent.php Drupal\layout_paragraphs\Event
LayoutParagraphsAllowedTypesSubscriber.php src/EventSubscriber/LayoutParagraphsAllowedTypesSubscriber.php Drupal\layout_paragraphs\EventSubscriber
LayoutParagraphsBehavior.php src/Plugin/paragraphs/Behavior/LayoutParagraphsBehavior.php Drupal\layout_paragraphs\Plugin\paragraphs\Behavior
LayoutParagraphsBuilder.php src/Element/LayoutParagraphsBuilder.php Drupal\layout_paragraphs\Element
LayoutParagraphsBuilderAccess.php src/Access/LayoutParagraphsBuilderAccess.php Drupal\layout_paragraphs\Access
LayoutParagraphsBuilderController.php src/Controller/LayoutParagraphsBuilderController.php Drupal\layout_paragraphs\Controller
LayoutParagraphsBuilderForm.php src/Form/LayoutParagraphsBuilderForm.php Drupal\layout_paragraphs\Form
LayoutParagraphsBuilderFormatter.php src/Plugin/Field/FieldFormatter/LayoutParagraphsBuilderFormatter.php Drupal\layout_paragraphs\Plugin\Field\FieldFormatter
LayoutParagraphsComponent.php src/LayoutParagraphsComponent.php Drupal\layout_paragraphs
LayoutParagraphsEventCommand.php src/Ajax/LayoutParagraphsEventCommand.php Drupal\layout_paragraphs\Ajax
LayoutParagraphsFormatter.php src/Plugin/Field/FieldFormatter/LayoutParagraphsFormatter.php Drupal\layout_paragraphs\Plugin\Field\FieldFormatter
LayoutParagraphsLayout.php src/LayoutParagraphsLayout.php Drupal\layout_paragraphs
LayoutParagraphsLayoutRefreshTrait.php src/LayoutParagraphsLayoutRefreshTrait.php Drupal\layout_paragraphs
LayoutParagraphsLayoutTempstoreRepository.php src/LayoutParagraphsLayoutTempstoreRepository.php Drupal\layout_paragraphs
LayoutParagraphsModalSettingsForm.php src/Form/LayoutParagraphsModalSettingsForm.php Drupal\layout_paragraphs\Form
LayoutParagraphsRendererService.php src/LayoutParagraphsRendererService.php Drupal\layout_paragraphs
LayoutParagraphsSection.php src/LayoutParagraphsSection.php Drupal\layout_paragraphs
LayoutParagraphsSectionsSettingsForm.php src/Form/LayoutParagraphsSectionsSettingsForm.php Drupal\layout_paragraphs\Form
LayoutParagraphsSettingsForm.php src/Form/LayoutParagraphsSettingsForm.php Drupal\layout_paragraphs\Form
LayoutParagraphsTempstoreParamConverter.php src/Routing/LayoutParagraphsTempstoreParamConverter.php Drupal\layout_paragraphs\Routing
LayoutParagraphsTest.php tests/src/Functional/LayoutParagraphsTest.php Drupal\Tests\layout_paragraphs\Functional
LayoutParagraphsUpdateLayoutEvent.php src/Event/LayoutParagraphsUpdateLayoutEvent.php Drupal\layout_paragraphs\Event
LayoutParagraphsUpdateLayoutSubscriber.php src/EventSubscriber/LayoutParagraphsUpdateLayoutSubscriber.php Drupal\layout_paragraphs\EventSubscriber
LayoutParagraphsWidget.php src/Plugin/Field/FieldWidget/LayoutParagraphsWidget.php Drupal\layout_paragraphs\Plugin\Field\FieldWidget
LayoutSelect.php src/Element/LayoutSelect.php Drupal\layout_paragraphs\Element
layout_paragraphs.api.php layout_paragraphs.api.php API documentation for Layout Paragraphs module.
layout_paragraphs.info.yml layout_paragraphs.info.yml layout_paragraphs.info.yml
layout_paragraphs.libraries.yml layout_paragraphs.libraries.yml layout_paragraphs.libraries.yml
layout_paragraphs.links.menu.yml layout_paragraphs.links.menu.yml layout_paragraphs.links.menu.yml
layout_paragraphs.links.task.yml layout_paragraphs.links.task.yml layout_paragraphs.links.task.yml
layout_paragraphs.modal_settings.yml config/install/layout_paragraphs.modal_settings.yml config/install/layout_paragraphs.modal_settings.yml
layout_paragraphs.module layout_paragraphs.module Contains layout_paragraphs.module.
layout_paragraphs.permissions.yml layout_paragraphs.permissions.yml layout_paragraphs.permissions.yml

Pages

Other projects