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

Add support for content translation in RTE #1587

Merged
merged 20 commits into from
Feb 20, 2024

Conversation

VP-DS
Copy link
Contributor

@VP-DS VP-DS commented Jan 17, 2024

COM-202 , COM-203

Test.Styling.+.Format.mov

Test custom inline styles:

Used customInlineStyles for RichTextBlock
export const RichTextBlock = createRichTextBlock({
    link: LinkBlock,
    rte: {
        customInlineStyles: {
            HIGHLIGHT: {
                label: "Highlight!",
                icon: Highlight,
                style: {
                    backgroundColor: "yellow",
                },
            },
        },
    },
});
Test.Custom.Inline.Style.+.Links.mov

⚠️ Note: The translation tool has to be smart enough to ignore the html tags!

Screenshot 2024-02-01 at 09 08 30

External+News Link FinalFormInput disable Button

dbe8ae3

Screen.Recording.2024-01-31.at.15.44.28.mov

@thomasdax98
Copy link
Member

thomasdax98 commented Jan 17, 2024

@VP-DS Thanks for the videos! Looks good

@johnnyomair johnnyomair changed the title Rte translate button Add support for content translation in RTE Jan 24, 2024
@thomasdax98
Copy link
Member

And please fix the conflicts @VP-DS

@johnnyomair johnnyomair removed the request for review from nsams February 20, 2024 09:40
johnnyomair
johnnyomair previously approved these changes Feb 20, 2024
@johnnyomair
Copy link
Collaborator

@thomasdax98 please review, thanks!

thomasdax98
thomasdax98 previously approved these changes Feb 20, 2024
@VP-DS VP-DS dismissed stale reviews from thomasdax98 and johnnyomair via ecd75ec February 20, 2024 13:09
@johnnyomair johnnyomair merged commit f1fc9e2 into feature/translation-module Feb 20, 2024
2 checks passed
@johnnyomair johnnyomair deleted the rte-translate-button branch February 20, 2024 13:30
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.

3 participants