Hello! I have lost of pages which have a richtext editable filled with data. If I need to preserve it's contents and change it's type to textarea is it safe to do so? I'm not able to make a batch edit script as those editables are in repeatable regions. Thank you!
- Change the editable type in template (also name if needed). Do not visit template in front-end yet.
- Open database and find `couch_fields` table. Find your editable by the old name and type and rename there type to 'textarea' and also name, if needed.
Never late to remind - always take database backup first.