We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To avoid some annoying first login pop-ups a set of properties can be created.
Please find an example below (tested on AEM 6.1):
/home/users/q/q3vbDBY3n6NOx7Ca1wyD/preferences
{ "jcr:primaryType": "nt:unstructured", "cq.authoring.cloudservices.optin": "hide" }
Above configuration enforces no CloudServices pop-up during first log in. On 6.2 there's a 2nd pop-up, which requires additional property.
Similar operation is required to get rid of a dialog on first page edit (cq.authoring.editor.showTour set to false).
cq.authoring.editor.showTour
false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To avoid some annoying first login pop-ups a set of properties can be created.
Please find an example below (tested on AEM 6.1):
/home/users/q/q3vbDBY3n6NOx7Ca1wyD/preferences
Above configuration enforces no CloudServices pop-up during first log in. On 6.2 there's a 2nd pop-up, which requires additional property.
Similar operation is required to get rid of a dialog on first page edit (
cq.authoring.editor.showTour
set tofalse
).The text was updated successfully, but these errors were encountered: