Skip to content

Commit

Permalink
QA-15279: Show context menu for page models (#130)
Browse files Browse the repository at this point in the history
Show context menu (right-click) for page models that was present in Jahia 7.x but is no longer present in Jahia 8.x.
  • Loading branch information
baptistegrimaud authored Jan 16, 2025
1 parent b8d80de commit 0038d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/registrations/jcontent/registerRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const registerRoutes = function () {
icon: <WebPage/>,
label: 'siteSettings:models.label',
isSelectable: true,
iframeUrl: window.contextJsParameters.contextPath + '/cms/editframe/default/$lang/sites/$site-key.page-models.html'
iframeUrl: window.contextJsParameters.contextPath + '/cms/edit/default/$lang/sites/$site-key.page-models.html?redirect=false&fullscreen=true'
});
};

0 comments on commit 0038d52

Please sign in to comment.