Hi @navid Kashani
The issue is on line 169 where you define the textarea. The name of the textarea is important and must be left as $field['name']
, not my-<?php echo $field["editortype"]; ?>-editor
The is so that ACF can save the data correctly!
Thanks
E