Lint command
The command
content- finds all configuration errors inside
your Content Blocks based on the JSON Schema. This command is especially useful
in CI/CD pipelines.
vendor/bin/typo3 content-blocks:lint
Copied!
Example output:
+-----------------------------+---------------------------------------------------+
| Path | example/card-group | EXT:content_blocks_examples |
+-----------------------------+---------------------------------------------------+
| /fields/3/fields/3/fields/0 | Additional object properties are not allowed: max |
+-----------------------------+---------------------------------------------------+
[ERROR] Found 1 errors
Copied!