Change about description type
This commit is contained in:
parent
f40604d32f
commit
ef4d5847fe
|
|
@ -7,7 +7,7 @@ fields:
|
||||||
label: Description
|
label: Description
|
||||||
size: ''
|
size: ''
|
||||||
span: auto
|
span: auto
|
||||||
type: textarea
|
type: richeditor
|
||||||
image:
|
image:
|
||||||
label: 'First Image'
|
label: 'First Image'
|
||||||
mode: image
|
mode: image
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ function onStart(){
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<p class="about_item-txt">
|
<p class="about_item-txt">
|
||||||
{{item.description}}
|
{{item.description|raw}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue