-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Basic support for "Displayed text" input. #17469
Basic support for "Displayed text" input. #17469
Conversation
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.
I was using it locally for a while during development of other changes and it worked fine.
…link-form Link properties/decorators view as a standalone form
@@ -138,10 +138,16 @@ export default class LinkCommand extends Command { | |||
* @fires execute | |||
* @param href Link destination. | |||
* @param manualDecoratorIds The information about manual decorator attributes to be applied or removed upon execution. | |||
* @param displayedText Text of the link. |
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.
We need to extend the API docs for the displayedText
argument.
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.
Addressed in 224c646.
…' parameter.[skip ci]
Suggested merge commit message (convention)
Feature (link): Add basic support for "Displayed text" input.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.