Problem/Motivation
It would be nice to have `Link` field type compatibility.
Steps to reproduce
- Create a "CTA" paragraph type with a link field.
- Create content, add a "CTA" paragraph and fill in the link field.
- Press the "Save set (with content)" button.
- Edit the newly created Paragraphs set. It does not contain the link field.
Proposed resolution
- Add the link field to the list of `ALLOWED_TYPES` in `ParagraphsSetsCreator`.
- Create a test that demonstrates yml data structure is correct.
Issue fork paragraphs_sets_plugins_ui-3411954
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
budalokko commentedAdded `link` field type which seems to work fine. Can be tested in the following patch:
https://git.drupalcode.org/project/paragraphs_sets_plugins_ui/-/merge_re...
Comment #6
gilmordThanks, released in 1.0.6
https://www.drupal.org/project/paragraphs_sets_plugins_ui/releases/1.0.6
Comment #7
gilmord