Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit cf62809

Browse files
authored
Merge branch 'master' into checkout-form-improvements
2 parents 7a71813 + 7636bc3 commit cf62809

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/guides/v2.3/config-guide/cli/config-cli-subcommands-config-mgmt-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In Magento 2.2 and later [pipeline deployment model]({{ page.baseurl }}/config-g
1313
bin/magento app:config:dump {config-types}
1414
```
1515

16-
_config_types_ is a space-separated list of config types to dump. Available types include `themes` and `scopes`. If no config types are specified, the command dumps all system configuration information.
16+
_config_types_ is a space-separated list of config types to dump. Available types include `scopes`, `system`, `themes`, and `i18n`. If no config types are specified, the command dumps all system configuration information.
1717

1818
The following example dumps scopes and themes only:
1919

src/guides/v2.3/extension-dev-guide/attributes.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -242,24 +242,24 @@ The following table is a reference for the `Magento\Eav\Setup\EavSetup::addAttri
242242
{:.fixed}
243243
|Key|Description|Default Value|
244244
|--- |--- |--- |
245-
|apply_to|Catalog EAV Attribute apply_to||
245+
|apply_to|Catalog EAV Attribute - defines which product types the attribute can be applied to||
246246
|attribute_model|EAV Attribute attribute_model||
247247
|attribute_set|Name of the attribute set the new attribute will be assigned to. Works in combination with **group** or empty **user_defined**||
248248
|backend|EAV Attribute backend_model||
249-
|comparable|Catalog EAV Attribute is_comparable|0|
249+
|comparable|Catalog EAV Attribute - defines if attribute can be used when comparing products|0|
250250
|default|EAV Attribute default_value||
251-
|filterable_in_search|Catalog EAV Attribute is_filterable_in_search|0|
252-
|filterable|Catalog EAV Attribute is_filterable|0|
251+
|filterable_in_search|Catalog EAV Attribute is_filterable_in_search - defines if attribute can be used to filter search results|0|
252+
|filterable|Catalog EAV Attribute is_filterable - defines if attribute can be used to filter on navigation|0|
253253
|frontend_class|EAV Attribute frontend_class||
254254
|frontend|EAV Attribute frontend_model||
255255
|global|Catalog EAV Attribute is_global field|1|
256256
|group|Attribute group name or ID||
257257
|input_renderer|Catalog EAV Attribute frontend_input_renderer||
258258
|input|EAV Attribute frontend_input|text|
259-
|is_filterable_in_grid|Catalog EAV Attribute is_filterable_in_grid|0|
260-
|is_html_allowed_on_front|Catalog EAV Attribute is_html_allowed_on_front|0|
261-
|is_used_in_grid|Catalog EAV Attribute is_used_in_grid field|0|
262-
|is_visible_in_grid|Catalog EAV Attribute is_visible_in_grid field|0|
259+
|is_filterable_in_grid|Catalog EAV Attribute - defines if attribute can be used to filter on product grid in Admin|0|
260+
|is_html_allowed_on_front|Catalog EAV Attribute - defines if HTML needs to be escaped on the frontend|0|
261+
|is_used_in_grid|Catalog EAV Attribute - defines if attribute can be used on the product grid in Admin|0|
262+
|is_visible_in_grid|Catalog EAV Attribute is_visible_in_grid - defines if attribute will be visible on the product grid in Admin|0|
263263
|label|EAV Attribute frontend_label||
264264
|note|EAV Attribute note||
265265
|option|EAV Attribute Option values||
@@ -276,7 +276,7 @@ The following table is a reference for the `Magento\Eav\Setup\EavSetup::addAttri
276276
|used_for_sort_by|Catalog EAV Attribute used_for_sort_by|0|
277277
|used_in_product_listing|Catalog EAV Attribute used_in_product_listing|0|
278278
|user_defined|EAV Attribute is_user_defined|0|
279-
|visible_in_advanced_search|Catalog EAV Attribute is_visible_in_advanced_search|0|
280-
|visible_on_front|Catalog EAV Attribute is_visible_on_front|0|
281-
|visible|Catalog EAV Attribute is_visible|1|
282-
|wysiwyg_enabled|Catalog EAV Attribute is_wysiwyg_enabled|0|
279+
|visible_in_advanced_search|Catalog EAV Attribute is_visible_in_advanced_search - defines if attribute will appear on the Advanced Search form|0|
280+
|visible_on_front|Catalog EAV Attribute is_visible_on_front - defines attribute visibility on frontend|0|
281+
|visible|Catalog EAV Attribute is_visible - defines visibility in Admin, won't be available for changing a value in the admin interface if set to 0|1|
282+
|wysiwyg_enabled|Catalog EAV Attribute is_wysiwyg_enabled - used for enabling wysiwyg editor for an attribute. Works for textarea only|0|

0 commit comments

Comments
 (0)