System Configuration
Overview
Advanced Content Manager adds its own section in Magento's System Configuration, under:
Stores → Settings → Configuration → Blackbird Extensions → Advanced Content Manager
This page lists every configuration field available, grouped as they appear in the admin.
General
- Enable Search Indexer: enables the indexation of all searchable content types into the Elasticsearch fulltext search index. Not compatible with third-party search engines such as ElasticSuite.
- Display Search Results: when enabled, content search results are displayed in the Magento search results page alongside products. Only visible when Enable Search Indexer is set to Yes.
- Show Seo Fields: always shows the "Search Engine Optimization" fields on the content edit form, even for content types whose visibility is set to not visible. By default (setting set to No), these fields are hidden for non-visible content types.
- Show Open Graph Fields: always shows the "Open Graph" fields on the content edit form, even for content types whose visibility is set to not visible. By default (setting set to No), these fields are hidden for non-visible content types.
- Use deprecated grid component for relation fields: re-enables the legacy picker grid selector for relation fields (Product, Category, Content, Content List, Customer, Customer Group, Catalog Rule, Sales Rule, etc.) instead of the default
ui-selectcomponent with a search bar. The picker grid is deprecated and may be removed in a future version; only enable this if you rely on custom code targeting the old component. - Date Time Year Range: sets the year range available in the admin datepicker for Date and Date & Time fields. See the jQuery UI datepicker
yearRangeoption for the accepted format. Default:-100:+100.
Preview Mode
See Preview Mode. These settings control which contents and content lists are exposed while preview mode is active:
- Enable Preview Mode / Disable Preview Mode: buttons to turn the preview mode on or off directly from the configuration page.
- Contents Types included: content types whose contents should be included in preview mode by default.
- Excluded Contents: specific contents to exclude from the content types selected above.
- Contents Lists included: content lists to include in preview mode by default.
Content Import-Export Configuration
These settings control the separators used when exporting and importing repeater field values in content CSV files (see Import/Export your content):
- Separator Repeater Fields and Attributes Codes: separator between a repeater field's identifier and its attribute codes in the column header, e.g.
images|title,name,url. Default:|. - Separator Attributes Codes (field id:
separator_attributes_codes): separator used between the attribute codes of a repeater field in the column header. Default:,. - Separator Repeater Fields with their values: separator between each repeated entry of a repeater field. Default:
|. - Separator values of repeater field: separator between the attribute values inside a single repeater field entry. Default:
,.
If your repeater field values themselves contain one of these characters, change the corresponding separator here to avoid corrupting the import/export.
