Actions
Task #92660
openCreate new Page Content Heading doesn't include content type
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-10-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Headings and labels must describe the topic or purpose. The Headline for all "Create new Page Content"-Elements is called "Create new Page Content on page "Page Name"".
<h1>Create new Page Content on page "Page Name"</h1>
To fix this issue insert the content type in the headline, e.g.:
<h1>Create new Page Content "Header Only" on page "Page Name"</h1>
Actions