I have this -
This is Title
I am a text
I can edit the Title without any issue BUT unable to edit to the text in span tag.
If span tag is not supported then sitecake is just useless for me.
My files have .php extension. Please suggest…
I have this -
My files have .php extension. Please suggest…
I have this -
<div class="sc-content">
<h2>This is Title </h2>
<span class="blah-blah">I am a text </span>
</div>
I can edit the Title without any issue BUT unable to edit to the text in span tag.
If span tag is not supported then sitecake is just useless for me.
My files have .php extension. Please suggest…
Unfortunately, span tag is not supported. You could use p tag instead of span.