You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to create an editor that allows only to input what's translatable to and from e.g. GitHub.
Something like
import{GITHUB_SETTINGS}from"@editor/presets";<Editorsettings={GITHUB_SETTINGS}/onUpdate=((editorOutput)=>{// editorOutput is guaranteed to only contain elements that can also be displayed on GitHub.// For example, given that GitHub is not able to embed videos, video embedding will be disabled as// an input in this Editor instance.})>
The text was updated successfully, but these errors were encountered:
essential-randomness
changed the title
Create editor presets for interoperability with other providers
Create editor presets for interoperability with other services
Sep 21, 2022
Allow to create an editor that allows only to input what's translatable to and from e.g. GitHub.
Something like
The text was updated successfully, but these errors were encountered: