A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
Adds possibility to have icons in AposContextMenuItem.vue.
Adds an active state for context menu items (only if isActive prop is passed).
Feature changes
Adds a dropdown for non shortcuts screen of the mobile preview breakpoints.
Show dropdown only if some screens exist without the prop shortcut set to true.
⚠️ For now, when nothing is selected, the button shows Preview next ticket is being designed.
What are the specific steps to test this change?
Play with the config breakpointPreviewMode in the asset modules adding breakpoints and check the dropdown reacts well.
What kind of change does this PR introduce?
[ ] Bug fix
[X] New feature
[ ] Refactor
[ ] Documentation
[ ] Build-related changes
[ ] Other
Make sure the PR fulfills these requirements:
[X] It includes a) the existing issue ID being resolved, b) a convincing reason for adding this feature, or c) a clear description of the bug it resolves
PRO-6678
Summary
Global changes
AposButton
.AposContextMenuItem.vue
.active
state for context menu items (only ifisActive
prop is passed).Feature changes
shortcut
set to true.⚠️ For now, when nothing is selected, the button shows
Preview
next ticket is being designed.What are the specific steps to test this change?
Play with the config
breakpointPreviewMode
in the asset modules adding breakpoints and check the dropdown reacts well.What kind of change does this PR introduce?
Make sure the PR fulfills these requirements: