-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Feature: Adding first round of data marks #17755
Conversation
We would like to use : instead of slashes, for button it should be action:create or action:open and so on, inputs should be input:name input:property-name and so on aswell |
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.
Had some comments
src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar/section-sidebar.element.ts
Outdated
Show resolved
Hide resolved
...t/src/packages/data-type/workspace/views/details/data-type-details-workspace-view.element.ts
Show resolved
Hide resolved
...t/src/packages/data-type/workspace/views/details/data-type-details-workspace-view.element.ts
Show resolved
Hide resolved
…debar/section-sidebar.element.ts Co-authored-by: Nhu Dinh <[email protected]>
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.
LGTM
I looked at the code changes and the look all good :-) |
Adding data-marks, mainly with the focus of providing hooks for tests to query.
Please verify the naming and structure and provide feedback on how this would work for tests.