Source plugin question #338
-
I have issues with Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can add a prop for this component that sets which buttons are visible. Something like You can also make that at the plugin level, although it's slightly more complex (you will need a |
Beta Was this translation helpful? Give feedback.
You can add a prop for this component that sets which buttons are visible. Something like
options={['rich-text', 'diff', 'source']}
, where removing'diff'
would hide the tab. Happy to accept a PR, saw that you're doing great with the codebase so far.You can also make that at the plugin level, although it's slightly more complex (you will need a
Cell
) and not really worth it, IMO.