-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
As an editor, I want to set my favorite contents, so that I can access them easily when I edit my pages.
Mockups
Acceptance criteria
- I can easily set my favorite contents
- I can easily access my favorite contents in the New content wizard bar
- I can easily access my favorite contents in the New content contextual or modal wizard
Acceptance tests
- If I go to my user settings module, I can select my favorite contents in the "Edit and Advanced functions" tab
- My favorite content elements are listed in a first accordion in the wizard bar
- My favorite content elements are also listed in a first tab in the contextual or modal wizard
Preconditions / boundary conditions
- I have editor's permissions
- I have permission to create a content block
- I have permission to edit my user's setting
Technical notes
would first get all content existing CTypes.
then use TYPO3\CMS\Core\Authentication\BackendUserAuthentication;
$backendUser = $this->getBackendUser();
$backendUser->checkAuthMode('tt_content', 'CType', $value, $authMode);
to remove CType not allowed for the user.
Related personas
Metadata
Metadata
Assignees
Labels
No labels