Update configuration settings#2105
Merged
kpodemski merged 3 commits intoPrestaShop:9.xfrom Mar 10, 2026
Merged
Conversation
kpodemski
reviewed
Feb 26, 2026
…configuration table.
Contributor
Author
|
This list is difficult to maintain, I've removed the list in this page and link to xml file used at install |
kpodemski
approved these changes
Mar 4, 2026
Contributor
|
there are some conflicts, I didn't see them before |
Contributor
Author
|
@kpodemski conflict resolved I guess |
kpodemski
approved these changes
Mar 10, 2026
Contributor
|
thank you @jf-viguier ! |
Touxten
reviewed
Mar 10, 2026
Contributor
Touxten
left a comment
There was a problem hiding this comment.
Darn, I didn't confirm my reviews :'(
| # List of configuration settings | ||
|
|
||
| The following settings are set up in `ps_configuration` by default when installing PrestaShop. | ||
| The configuration settings are set up in `ps_configuration` by default when installing PrestaShop. |
Contributor
There was a problem hiding this comment.
Suggested change
| The configuration settings are set up in `ps_configuration` by default when installing PrestaShop. | |
| The configuration settings are set up in `ps_configuration` by default when installing PrestaShop without module. |
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.