richeditor is not rendering html

                    RichEditor::make('product_benefits_html')
                        ->label('Produktvorteile' . $model->product_benefits_html))
                        ->hintIcon('heroicon-o-question-mark-circle')
                        ->hintIconTooltip('Gebe hier Vorteile des Produktes an, die im Checkout angezeigt werden, wenn Nutzer weitere Details anzeigen lassen.')
                        ->toolbarButtons(self::getToolbarButtons())->columnSpan(2),
image.png
Solution
Can you unpublish the views, there were a few issues with the rich editor recently in the view.
Was this page helpful?