-
Notifications
You must be signed in to change notification settings - Fork 14
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
OEL-757: Add new fields alignment and title_tag to listing. #119
base: 1.x
Are you sure you want to change the base?
Conversation
@@ -82,6 +82,7 @@ listing_default_1_col: | |||
'p.card-text.mb-3': 4 | |||
'span.me-4': 4 | |||
'span.mb-2': 8 | |||
'h5.card-title': 4 |
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.
Add link attributes testing:
'h5.card-title': 4 | |
'h5.card-title': 4 | |
'a.d-inline-block': 1 |
'div.row': 7 | ||
'div.listing-item': 6 | ||
'img.rounded-1': 5 | ||
'p.card-text.mb-3': 6 | ||
'span.me-4': 6 | ||
'span.mb-2': 12 | ||
'h5.card-title': 6 |
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.
Add link attributes testing:
'h5.card-title': 6 | |
'h5.card-title': 6 | |
'a.d-inline-block': 1 |
'div.row': 7 | ||
'div.listing-item': 6 | ||
'img.rounded-1': 5 | ||
'p.card-text.mb-3': 6 | ||
'span.me-4': 6 | ||
'span.mb-2': 12 | ||
'h5.card-title': 6 | ||
'h4.fw-bold.mb-4': 1 |
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.
Add link attributes testing:
'h4.fw-bold.mb-4': 1 | |
'h5.card-title': 4 | |
'a.d-inline-block': 1 |
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.
Assert also .mw-listing-img' and 'mw-date'
when image or date is displayed, for instance:
'.mw-listing-img': 5
on "listing_default_3_col_tag
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.
Yes, for this PR it will be done for image and later on, on the corresponding PR, I'll add it for date.
f4b6530
to
6a03c2a
Compare
… BCL update version 13.
2dd7859
to
414997c
Compare
db59502
to
078c664
Compare
Jira issue(s):