You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Select display mode used to render the embed paragraphs. Defaults to "Full". For Patterns, the formatted values of the paragraph field is sent to the TWIG templates for display.
15
-
1. Create content with Patterns!
8
+
9
+
1. Create a new content type or use an existing one.
10
+
1. Add a paragraphs field with patterns enabled.
11
+
1. Widget: "Embedded Patterns" or "Embedded Patterns with Previewer" (requires patternbuilder_previewer module).
12
+
1. Limit the pattern selection by type ("Pattern", "Components"). These need to be defined in hook_patternbuilder_pattern_types().
13
+
1. Any non-pattern paragraph needs to be explicitly selected in the list of "Allowed paragraph bundles"
1. Select display mode used to render the embed paragraphs. Defaults to "Full". For Patterns, the formatted values of the paragraph field is sent to the TWIG templates for display.
16
+
1. Create content with Patterns!
16
17
17
18
### Choose a method
18
19
@@ -40,9 +41,8 @@ title: Using Pattern Builder
40
41
1. (TODO: Pending development) Associate the paragraph bundle with a JSON Schema.
41
42
1. Add a field to the paragraph bundle.
42
43
1. Configure the section "Pattern Builder".
43
-
1. Required: Set the "Property name"
44
+
1. Required: Set the "Property name" of the JSON Schema property that maps to this field.
0 commit comments