Skip to content

Added hintText option to add link text#239

Open
Bayramito wants to merge 3 commits into
10play:mainfrom
Bayramito:main
Open

Added hintText option to add link text#239
Bayramito wants to merge 3 commits into
10play:mainfrom
Bayramito:main

Conversation

@Bayramito

@Bayramito Bayramito commented Dec 13, 2024

Copy link
Copy Markdown

This PR adds small feature to be able to change the text in the EditLinkBar via theme props.

Example usage

  const editor = useEditorBridge({
    theme: {
      toolbar: {
        linkBarTheme: {
          hintText: "Apply", // Changes from Insert to Apply
        },
      },
    },
  });

Ekran Resmi 2024-12-13 14 08 34

added ability to change insert text in add link extension in toolbar
added hintText prop to the insert text
@17Amir17

Copy link
Copy Markdown
Collaborator

Wondering if this should be part of EditorTheme or a prop on the toolbar cc @GuySerfaty

added hintText prop to the props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants