Closed
Description
I found that there are some configuration missing for the FrameworkBundle configuration reference page. This is a list of what is missing:
- framework.form.csrf_protection.field_name
- framework.form.legacy_error_messages
- framework.http_cache.trace_level
- framework.http_cache.trace_header
- framework.http_cache.default_ttl
- framework.http_cache.private_headers
- framework.http_cache.allow_reload
- framework.http_cache.allow_revalidate
- framework.http_cache.stale_while_revalidate
- framework.http_cache.stale_if_error
- framework.workflows.workflows.name.events_to_dispatch
- framework.workflows.workflows.name.places.0.metadata.color
- framework.workflows.workflows.name.transitions.0.metadata.color
- framework.workflows.workflows.name.metadata.color
- framework.translator.pseudo_localization
- framework.translator.pseudo_localization.accents
- framework.translator.pseudo_localization.expansion_factor
- framework.translator.pseudo_localization.brackets
- framework.translator.pseudo_localization.parse_html
- framework.translator.pseudo_localization.localizable_html_attributes
- framework.validation.auto_mapping
- framework.validation.auto_mapping.App\Entity\
- framework.validation.auto_mapping.App\WithSpecificLoaders\
- framework.serializer.max_depth_handler
- framework.cache.pools.name.early_expiration_message_bus
- framework.messenger.routing.message_class
- framework.messenger.routing.message_class.senders
- framework.messenger.serializer.default_serializer
- framework.messenger.serializer.symfony_serializer
- framework.messenger.failure_transport
- framework.messenger.buses
- framework.messenger.buses.name.default_middleware
- framework.messenger.buses.name.middleware
- framework.http_client.default_options.peer_fingerprint.sha1
- framework.http_client.default_options.peer_fingerprint.md5
- framework.http_client.mock_response_factory
- framework.http_client.scoped_clients.name.peer_fingerprint.sha1
- framework.http_client.scoped_clients.name.peer_fingerprint.md5
- framework.notifier
- framework.notifier.chatter_transports
- framework.notifier.texter_transports
- framework.notifier.notification_on_failed_messages
- framework.notifier.channel_policy
- framework.notifier.admin_recipients
- framework.notifier.admin_recipients.0.phone
- framework.rate_limiter.limiters
- framework.rate_limiter.limiters.name.cache_pool
- framework.rate_limiter.limiters.name.storage_service
Could someone please add these?