Comment Form Display

Component type

module

Maintenance status

Development status

Component created

Component changed

The Comment Form Display module let you manage how the comments actions are displayed. All actions (delete, edit, reply) are configurable separately : Delete can be like default whereas Edit is displayed in a modal.
Modal display is fully ajax : comment is created and added in comment section without reload.

This module is optimized to work with Bootstrap.
CKEditor works fine too.

You can find me on IRC channel #CommentFormDisplay

Submitted by specific

Component type

module

Categories

Maintenance status

Development status

Downloads

113

Component created

Component changed

This module allows you to set the visibility of the information about the author, for each individual node.

Also adds the ability to independently configure display the author and date of publication.

Paragraphs Collection Bootstrap

Component type

module

Maintenance status

Development status

Downloads

190

Component created

Component changed

Paragraphs Collection Bootstrap (PCB) is a collection of experimental plugins that are using Paragraphs powerful plugin system to attach behaviors to paragraph types. The main goal is to support attaching Bootstrap 4 framework behaviors to paragraph types.

Twig Blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

484

Component created

Component changed

Twig Blocks adds a Twig function to render blocks in Twig by passing in the block machine name.

To render a block, call the function in your Twig template:

{{ render_block('machine_name_of_your_block') }}

There is another module that provides similar functionality but it also has an option to turn on and allow PHP execution in the Twig templates which I didn't want to add to my project. This is just a straight-forward function to render a block.

Entity Tools

Component type

module

Maintenance status

Development status

Downloads

19

Component created

Component changed

Entity Tools provides syntactic sugar over entities for custom modules and themes (Twig templates in general). It comes with helpers to select, load and display content or configuration entities. The goal is to try to improve the DX by providing an uniform way to work with entities, without using strings parameters so we can safely rely on class constants or methods instead.

Select, load and display helpers are meant to be independent. You can still execute a core EntityQuery that gets you the entity ids and then rely on the load and display helpers.