Skip to content

Commit a17fa01

Browse files
committed
MAGEDOC-3755: Fix configuration docs
Fixes from review
1 parent 2890917 commit a17fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are a number of simple attributes that can be configured within the `<type
2424
| `form` | UI component form that provides the form controls for editing your content type.|
2525
| `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. |
2626
| `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. |
2828

2929
#### Basic Configuration Example
3030
As an example of the configurable attributes we can look into the Text content types basic configuration.

0 commit comments

Comments
 (0)