For example, I have a textbox added into the TextEditor area. How do I submit the information inside to the post? I've already added a new column in the posts table through migrations.
Do I write codes in bootstrap.php to get the information and modify the post or do I write in the main.js file? How do I do this?
Thanks!