Open
Conversation
kpodemski
reviewed
Feb 26, 2026
| | Configuration name | Type | Default | Module | ||
| |--------------------------------------------|:--------:|:----------:|------------------------------ | ||
| | BLOCK_CATEG_MAX_DEPTH | int | 4 | ps_categorytree | ||
| | BLOCK_CATEG_ROOT_CATEGORY | int | 1 | ps_categorytree |
Contributor
There was a problem hiding this comment.
This option still exists. AI hallucinates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Synchronize
development/configuration/list-of-settings.mdagainst the source of truth:install-dev/data/xml/configuration.xml.Added to Core (21 keys missing from docs)
Keys present in
configuration.xmlbut not documented:PS_ADMIN_API_FORCE_DEBUG_SECUREDPS_AVIF_QUALITYPS_CSS_THEME_CACHEPS_DEBUG_COOKIE_NAMEPS_DEBUG_COOKIE_VALUEPS_DEFAULT_LANGUAGE_URL_PREFIXPS_ENABLE_ADMIN_APIPS_ENABLE_BACKORDER_STATUSPS_FEATURE_VALUES_ORDERPS_HTACCESS_CACHE_CONTROLPS_IMAGE_FORMATPS_JS_THEME_CACHEPS_MAIL_SUBJECT_PREFIXPS_MAINTENANCE_ALLOW_ADMINSPS_MIN_LOGGER_LEVEL_IN_DBPS_PRODUCT_BREADCRUMB_CATEGORYPS_PRODUCT_REDIRECTION_DEFAULTPS_REWRITING_SETTINGSPS_SEARCH_FUZZY_MAX_DIFFERENCEPS_SEPARATOR_FILE_MANAGER_SQLPS_USE_COMBINATION_IMAGE_IN_LISTINGFixed naming (6 keys)
The following keys were listed in lowercase in the docs, but their
nameattribute inconfiguration.xmlis uppercase:blockcontact_emailBLOCKCONTACT_EMAILblockcontact_telnumberBLOCKCONTACT_TELNUMBERblockcontactinfos_addressBLOCKCONTACTINFOS_ADDRESSblockcontactinfos_companyBLOCKCONTACTINFOS_COMPANYblockcontactinfos_emailBLOCKCONTACTINFOS_EMAILblockcontactinfos_phoneBLOCKCONTACTINFOS_PHONEMoved to Obsolete
Keys absent from
configuration.xml:BLOCK_CATEG_ROOT_CATEGORY(was in Modules)PRESTASTORE_LIVEPS_ADVANCED_STOCK_MANAGEMENTPS_ALLOW_MOBILE_DEVICEPS_LEGACY_IMAGESPS_SHOP_ACTIVITYPS_STOCK_MVT_DEC_REASON_DEFAULTPS_STOCK_MVT_INC_REASON_DEFAULTPS_STOCK_MVT_REASON_DEFAULTPS_STOCK_MVT_SUPPLY_ORDERPS_STOCK_MVT_TRANSFER_FROMPS_STOCK_MVT_TRANSFER_TOType of change
How to test
Cross-reference the keys in
install-dev/data/xml/configuration.xmlagainst the updated table.