Change about description type
This commit is contained in:
parent
f40604d32f
commit
ef4d5847fe
|
|
@ -7,7 +7,7 @@ fields:
|
|||
label: Description
|
||||
size: ''
|
||||
span: auto
|
||||
type: textarea
|
||||
type: richeditor
|
||||
image:
|
||||
label: 'First Image'
|
||||
mode: image
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ function onStart(){
|
|||
{{'«Беркарар» — крупнейший в Туркменистане торгово-развлекательный центр. Комплекс расположен в
|
||||
южной части Ашхабада, на пересечении улиц 10 йыл Абаданчылык и Ататюрка. Построен в 2014 году.'|_}}
|
||||
</p>
|
||||
|
||||
|
||||
<!-- <div class="intro_info-link wow fadeInRight" data-wow-duration=".3s" data-wow-delay=".17s">
|
||||
<a href="#">
|
||||
{{'Узнать подробней'|_}}
|
||||
|
|
@ -78,7 +78,7 @@ function onStart(){
|
|||
</h4>
|
||||
|
||||
<p class="about_item-txt">
|
||||
{{item.description}}
|
||||
{{item.description|raw}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -86,4 +86,4 @@ function onStart(){
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- About end ========================= -->
|
||||
<!-- About end ========================= -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue