Skip to content
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

Added hintText option to add link text #239

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Bayramito
Copy link

@Bayramito Bayramito commented Dec 13, 2024

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
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