Scanned fields
AQG does not hardcode a list of fields. It discovers them from TCA and stores
the result in
tx_.
Field discovery
AQG does not discover fields on its own. Open Settings and press Re-scan TCA. AQG then inspects TCA and registers:
- RTE-enabled text fields of
tt_(rendered by CKEditor),content - file reference fields of
tt_(FAL relations, used by thecontent structured.file_reference_*rules), - further structured fields evaluated by the
structured.*rules, such as content element headers and form configuration.
Run the discovery again after installing extensions that add RTE or file fields, after changing TCA, and after upgrading AQG to a version that adds new rules.
Enabling and disabling fields
The Scanned fields tab lists all discovered fields grouped by table. For each field you see the table, field name, label and detected type, and a toggle that includes or excludes the field from future scans. Fields are enabled when they are first discovered, so a discovery run turns on newly found fields unless you disable them.
Disabling a field stops AQG from producing new findings for it. Existing findings are not deleted automatically; they disappear after the next scan of the affected pages.
Important
Changes are only applied after pressing Save settings.