You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: