Clicking too quickly I mistakenly disabled the text format "Full HTML" in drupal 7. I read in the core module filters that there is no way to re enable this from the core. Is there any way I can get this text format back or something that mirrors its permissions? Thank you for helping a newbie.
This is a known bug: https://www.drupal.org/node/2502637
What you can do, carefully, is go into your Drupal database, to the table filter_format
and change the status
to 1
UPDATE drupal.filter_format SET status = '1' WHERE filter_format.format = 'full_html';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With