Skip to content

Update configuration settings#2105

Open
jf-viguier wants to merge 1 commit intoPrestaShop:9.xfrom
jf-viguier:configurationupdate
Open

Update configuration settings#2105
jf-viguier wants to merge 1 commit intoPrestaShop:9.xfrom
jf-viguier:configurationupdate

Conversation

@jf-viguier
Copy link
Contributor

Questions Answers
Branch? 9.x
Description? Update configuration settings, see bellow
Sponsor company Creabilis.com

Description

Synchronize development/configuration/list-of-settings.md against the source of truth: install-dev/data/xml/configuration.xml.

Added to Core (21 keys missing from docs)

Keys present in configuration.xml but not documented:

  • PS_ADMIN_API_FORCE_DEBUG_SECURED
  • PS_AVIF_QUALITY
  • PS_CSS_THEME_CACHE
  • PS_DEBUG_COOKIE_NAME
  • PS_DEBUG_COOKIE_VALUE
  • PS_DEFAULT_LANGUAGE_URL_PREFIX
  • PS_ENABLE_ADMIN_API
  • PS_ENABLE_BACKORDER_STATUS
  • PS_FEATURE_VALUES_ORDER
  • PS_HTACCESS_CACHE_CONTROL
  • PS_IMAGE_FORMAT
  • PS_JS_THEME_CACHE
  • PS_MAIL_SUBJECT_PREFIX
  • PS_MAINTENANCE_ALLOW_ADMINS
  • PS_MIN_LOGGER_LEVEL_IN_DB
  • PS_PRODUCT_BREADCRUMB_CATEGORY
  • PS_PRODUCT_REDIRECTION_DEFAULT
  • PS_REWRITING_SETTINGS
  • PS_SEARCH_FUZZY_MAX_DIFFERENCE
  • PS_SEPARATOR_FILE_MANAGER_SQL
  • PS_USE_COMBINATION_IMAGE_IN_LISTING

Fixed naming (6 keys)

The following keys were listed in lowercase in the docs, but their name attribute in configuration.xml is uppercase:

Before After
blockcontact_email BLOCKCONTACT_EMAIL
blockcontact_telnumber BLOCKCONTACT_TELNUMBER
blockcontactinfos_address BLOCKCONTACTINFOS_ADDRESS
blockcontactinfos_company BLOCKCONTACTINFOS_COMPANY
blockcontactinfos_email BLOCKCONTACTINFOS_EMAIL
blockcontactinfos_phone BLOCKCONTACTINFOS_PHONE

Moved to Obsolete

Keys absent from configuration.xml:

  • BLOCK_CATEG_ROOT_CATEGORY (was in Modules)
  • PRESTASTORE_LIVE
  • PS_ADVANCED_STOCK_MANAGEMENT
  • PS_ALLOW_MOBILE_DEVICE
  • PS_LEGACY_IMAGES
  • PS_SHOP_ACTIVITY
  • PS_STOCK_MVT_DEC_REASON_DEFAULT
  • PS_STOCK_MVT_INC_REASON_DEFAULT
  • PS_STOCK_MVT_REASON_DEFAULT
  • PS_STOCK_MVT_SUPPLY_ORDER
  • PS_STOCK_MVT_TRANSFER_FROM
  • PS_STOCK_MVT_TRANSFER_TO

Type of change

  • Documentation update

How to test

Cross-reference the keys in install-dev/data/xml/configuration.xml against the updated table.

@github-actions github-actions bot added the 9.x label Feb 25, 2026
| Configuration name | Type | Default | Module
|--------------------------------------------|:--------:|:----------:|------------------------------
| BLOCK_CATEG_MAX_DEPTH | int | 4 | ps_categorytree
| BLOCK_CATEG_ROOT_CATEGORY | int | 1 | ps_categorytree
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option still exists. AI hallucinates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants