-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add information about ignoreTmpls property #6873
Add information about ignoreTmpls property #6873
Conversation
An admin must run tests on this PR before it can be merged. |
defaults: { | ||
value: 'some component value', | ||
property: '${ $.value }', // equal to 'some component value' after component initialization | ||
propertyIgnoreTempls: '${ $.value }', // equal to '${ $.value }' after component initialization |
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 part might be confusing. We may either remove property
or add an extra comment for propertyIgnoreTempls
that propertyIgnoreTempls
is the property for which template literals will be ignored. Also, we may add an extra comment to ignoreTmpls
that this section contains list of properties with template literals ignored.
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.
Great. Thank you!
Hi @rogyar |
running tests |
Hi @serhiyzhovnir, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds information about
ignoreTmpls
property.Affected DevDocs pages
Links to Magento source code
whatsnew
Added a 'ignoreTmpls property' section to Template Literals in UI Components page.