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
Acceptance tests
Preconditions / boundary conditions
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
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
Acceptance tests
Preconditions / boundary conditions
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