Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New content element Wizard favorite contents #12

Open
3 of 9 tasks
rfoucard opened this issue Jul 18, 2021 · 0 comments
Open
3 of 9 tasks

New content element Wizard favorite contents #12

rfoucard opened this issue Jul 18, 2021 · 0 comments

Comments

@rfoucard
Copy link
Contributor

rfoucard commented Jul 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant