In WordPress I have been used to copying pages and posts from code view and saving them as an HTML file. This worked pretty well, but for a new project using a new theme in WordPress with various custom blocks being used and plugins, I need to be able to translate texts appearing in lines that are currently "REMmed out" using "<!--" and "/-->" What do I need to change in the HTML 5 file type parser settings in SDL 2021, for example to translate the text in green below.
<!-- wp:genesis-custom-blocks/lead-text {"text":"This is the heading I want to translate, but currently it doesn't show when I try to translate the code view of a post or page from WordPress."} /-->
Many thanks in advance!
Translate