-
Notifications
You must be signed in to change notification settings - Fork 32
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
Editor: Support resource identifier edition #1045
base: main
Are you sure you want to change the base?
Conversation
@@ -744,6 +745,30 @@ describe('read parts', () => { | |||
]) | |||
}) | |||
}) | |||
|
|||
describe('read resource identifier', () => { |
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.
Should I remove this test to avoid too many tests as this is a simple field?
identifier edition feat(editor): add field for resource identifier edition
b207bdb
to
9edd07f
Compare
Affected libs:
|
📷 Screenshots are here! |
Description
This PR introduces a new resource identifier input field. This field refers to the resource not the metadata.
Also the
FormFieldSimpleComponent
was simplified so it is able to emit values.Additionally I adapted some styles to the
DropdownSelectorComponent
to make the fields look more similar.Screenshots
Quality Assurance Checklist
breaking change
labelbackport <release branch>
label