Hi all,
I’m testing for my small writing and coding class, but the code indentation in structure filed is not working.
My blueprint is:
slides:
label: Slides
type: structure
fields:
text:
label: Text
type: textarea
I want to make presentations with this. So code example can be in the text field in the structure field. My expect is:
<html>
<head></head>
<body></body>
</html>
But the result is:
<html>
<head></head>
<body></body>
</html>
Anyone know about this issue?