Paragraphs Tools

Categories

Component ID

2748021

Component name

Paragraphs Tools

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

939

Component created

Component changed

Component body

This module contains a collection of useful toolsfor the Paragraphs module.
Currently it contains these modules:

Paragraphs Auto Add

This module adds an option to append empty paragraph items of any type to entity add/edit forms via get parameters.
After installation you can use links like this:
node/add/foo?paragraphs-tools-autoadd=node:field_par1:text|node:field_par1:image|node:field_par2:link

Paragraphs Set Mode

This module adds an option to set the edit mode on a paragraph item on entity create/edit pages via get parameters.
After installation you can use links like this:
node/add/foo?paragraphs-tools-setmode=preview:node:field_par1|edit:node:field_par1:0

Combining both

The two functionalities (need not but) can be combined e.g. like this:
node/add/foo?paragraphs-tools-autoadd=node:field_par1:text&paragraphs-tools-setmode=edit:node:field_par1

If you want to pre-populate paragraphs you may also be interested in our Field clone module.