Closed (fixed)
Project:
Paragraphs grid
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2020 at 07:28 UTC
Updated:
31 Jul 2020 at 19:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
devkinetic commentedHere is a patch that shows this working for Bootstrap 4. From here it's as simple as adding the config ifor the other frameworks. Since the install config is changing, a final version of this would have to hook_update the existing configs with the new option.
Comment #3
jfeltkampHey @devkinetic,
yes you are right. This is a missing option for different use cases (even when to avoid nested paragraphs is on of the main goals of this module).
I fixed that with minimal modifications in the wording (exclude => none) in the new version tag 1.2.
Please also note the changes in the template 'field-paragraphs-grid-formatter.html.twig'. If the option 'none' is selected, then really no wrapper div should be put out.
Comment #4
jfeltkampComment #5
devkinetic commentedBig thumbs up, the icing on the cake of this module. My page builders love it.
Comment #7
devkinetic commentedI just wanted to follow up to this... I recently updated a site from 1.0 and had to manually edit my config for bs4 to add the exclude option, then reimport my config. Until I did this, the dropdown did not have the correct option.