-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
14 lines (10 loc) · 1.26 KB
/
Copy pathext_conf_template.txt
File metadata and controls
14 lines (10 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cat=basic; type=boolean; label=Enable Automatic RTE Softref: Automatically add rtehtmlarea_images soft reference to all RTE-enabled text fields. This ensures images inserted via CKEditor are properly tracked in TYPO3's reference index across all tables. (Default is on)
enableAutomaticRteSoftref = 1
# cat=basic; type=string; label=Excluded Tables: Comma-separated list of table names to exclude from automatic softref and preview renderer processing (e.g., tx_form_formframework,sys_template). Leave empty to process all tables.
excludedTables =
# cat=basic; type=string; label=Included Tables Only (Whitelist): If set, ONLY these comma-separated table names will be processed for softref and preview renderer registration. Whitelist mode overrides the excluded tables setting. Leave empty to process all tables (default behavior).
includedTablesOnly =
# cat=basic; type=boolean; label=Enable Automatic Preview Renderer: Automatically register image-aware preview renderer for all record types with RTE-enabled bodytext. Disabling falls back to TYPO3's default preview which strips images. (Default is on)
enableAutomaticPreviewRenderer = 1
# cat=basic; type=boolean; label=Fetch external images and load them into the user default upload folder (default is on)
fetchExternalImages = 1