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
Define visually editable content blocks as React components. In the JSX use React Bricks components like `Text`, `RichText`, `Image`, `Repeater` to add the Visual editing magic. Decide which rich text features you wnatto enable for each text and define custom render functions for each style. Add **sidebar controls** that map to your component's props to let the editors change properties like the background color, with only the options that you allow.
48
+
Define visually editable content blocks as React components. In the JSX use React Bricks components like `Text`, `RichText`, `Image`, `Repeater` to add the Visual editing magic. Decide which rich text features you want to enable for each text and define custom render functions for each style. Add **sidebar controls** that map to your component's props to let the editors change properties like the background color, with only the options that you allow.
0 commit comments