-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The editor removes empty span element. I want to prevent this.
Is it possible to set extended_valid_elements?
At the moment I add this option:
NovaTinyMCE::make('Body')->options(['valid_elements' => '+*[*]']),
which works.
But I think setting
extended_valid_elements => 'span[*]'
would be more precise.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request