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
Copy file name to clipboardExpand all lines: docs/reference/configurations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ There are a number of simple attributes that can be configured within the `<type
24
24
|`form`| UI component form that provides the form controls for editing your content type.|
25
25
|`icon`| Optional. Class name for your PNG or SVG image (or font icon) displayed in the Page Builder panel alongside the label. If you don't provide an icon value, the Page Builder panel displays the content type name without an icon. |
26
26
|`sortOrder`| Optional. The listed order within the menu section. For example, `sortOrder=21` puts the content type third in the `Elements` menu section, after the content types with `sortOrder` values of 10 and 20. |
27
-
|`translate`| Identifies the attribute you want Magento to translate. Here, the `label` value is set for translation. |
27
+
|`translate`| Identifies the attribute you want Magento to translate. |
28
28
29
29
#### Basic Configuration Example
30
30
As an example of the configurable attributes we can look into the Text content types basic configuration.
0 commit comments