Actions
Bug #104900
closedInvalid yaml in site settings should give some kind of warning
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2024-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I accidently break the settings.definition.yaml with invalid yaml like so:
categories !!!??? BlogExample: label: 'Blog Example' BlogExample.templates: label: 'Templates' parent: BlogExample
There is no warning displayed in the new Sites > Settings module, the settings just disappear, including dependant sets.
I would suggest to display some kind of warning in such a case, Expecially in local application context.
Actions