Problem/Motivation
Toggle doesn't appear if it's part of a paragraph and there is another toggle on the form display.
For example I have a entity reference field referencing paragraphs which have toggles, however if there is anotbher field which has a toggle on the node form, none of the toggles in the paragraph appear.
Steps to reproduce
Create a paragraph that contains boolean field with toggle on
Create a content type with 2 fields:
1. Entity reference to the above paragraph
2. Boolean field with toggle
Create a new new node from the created content type and add the paragraph - the toggles will not appear, opnly check boxes.
Comments