-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add Show Popup property under custom property #1437
base: dev
Are you sure you want to change the base?
Conversation
8a84698
to
298329f
Compare
3104ffe
to
9389502
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1437 +/- ##
=========================================
Coverage 82.27% 82.27%
Complexity 923 923
=========================================
Files 103 103
Lines 2369 2370 +1
Branches 321 321
=========================================
+ Hits 1949 1950 +1
Misses 257 257
Partials 163 163 ☔ View full report in Codecov by Sentry. |
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
@@ -47,7 +47,7 @@ | |||
"showApprovalOption": true, | |||
"jcr:title": "Terms And Conditions", | |||
"fd:tnc": true, | |||
"showAsPopup": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is backward incompatible change, for now, let's keep the property in content structure change (ie) showAsPopup so that existing form continue to work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check comments
7a0fd27
to
d288a5b
Compare
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
@@ -9,7 +9,8 @@ | |||
"dorExcludeDescription": false | |||
}, | |||
"fd:path": "/content/termsandconditionsNoWrapData", | |||
"fd:tnc": true | |||
"fd:tnc": true, | |||
"showAsPopup": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The exported key should have the fd: prefix. My previous comment referred to the property saved in JCR.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: