I’m quite a beginner in using databases. I want to create a project page on my website.
Each project will be a row in my project database table.
Everything fine so far, but how can I implement rich text ? I want some description field with bold, headers etc.
Is there a way to format that and save it in a db field ? Or there is an other trick to do it ?
By the way I was reading the topic about headless cms (strapi/directus), is this something I should look into ?
Just convert your text areas in your input for to summernote text areas. I’m on my phone right now so can’t provide screenshots but there is documentation in the docs.
Thanks for your replies.
I tried to do like to doc but I can’t get to bind the summernote value to my serverconnect action.
My summernote name is “description”