Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
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!
I have just tested that and CouchCMS very well tolerates changing from 'richtext' to 'textarea'.
  • 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.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Thank you!
3 posts Page 1 of 1