Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Colors settings not showing up in paragraph block #177

Closed adrianhm13 closed 2 years ago

adrianhm13 commented 2 years ago

Not sure if it's a specific setting but it's not showing up in the editor sidebar.

Captura de Pantalla 2022-07-15 a las 13 57 03
adrianhm13 commented 2 years ago

Not sure if it's the best way, but adding this property to the editor object enables the color picker.

__experimentalFeatures: {
        color: {
            text: true,
            background: true,
        },
    },