Accessibility tweaks (highly recommended)
Accessibility improvements can alter the HTML and CSS structure of the template.
The accessibility improvements will be standard as of v6.7.0
TELEMETRY_METRICS
Experimental! Enable OpenTelemetry metrics
FLOW_EXECUTION_AFTER_BUSINESS_PROCESS
Experimental! Execute flows after the main unit of work has concluded
PERFORMANCE_TWEAKS
Experimental! Contains Performance Tweaks for future changes
CACHE_CONTEXT_HASH_RULES_OPTIMIZATION
Deprecated! Not used anymore, use the `CACHE_REWORK` feature flag instead.
CACHE_REWORK
Experimental! Enable new caching, includes following breaking changes: Only include rule ids which are relevant for different content in the HTTP cache context key; Remove cache states and cache pages for logged in customers or when the cart is filled by default; Enable caching for Store-API.
DEFERRED_CART_ERRORS
Defers cart errors that happen during SalesChannelContext creation
This feature will be standard as of v6.8.0
PRODUCT_ANALYTICS
Experimental! Enables Product Analytics which collects usage data in the Administration.
REPEATED_PAYMENT_FINALIZE
This allows repeated calls to the /payment/finalize-transaction endpoint with the same token without throwing a 'token expired' exception.
METEOR_TEXT_EDITOR
Enables the Meteor text editor in the administration.