سلام
سمت ادمین پکیج Ckeditor رو فعال کردم منتهی وقتی میخوام سمت کاربر نمایش بدم مقاله رو، با تگ ها میاد، یعنی تگ های h1 , p و ... رو هم میاره،
توی بلید اصلی که میخوام مقالات رو نمایش بدم بادی رو باید توی چه تگی نمایش بدم تا مقاله همونجوری که توی ckeditor ساخته شده نمایش داده بشه؟
سوال دومم اینکه توی ckeditor فونت و رنگ متن رو چجوری میشه تغییر داد؟
سلام من اطلاعات رو با ویو جی اس نمایش می دم ولی سمت کاربر تگ هارو نمایش می ده کسی راه حل مشکل و می دونه لطفا راهنمایی کنه ؟ من از Ckeditor 5 استفاده می کنم.
<td class="sorting\_1">{{index+1}}</td>
<td><img class="rounded-circle" :src="ourImage(product.pro\_photo)" alt="" width="75" height="75"></td>
<td>{{product.pro\_title}}</td>
<td>{{product.pro\_desc | sortlength(50,"...")}}</td>
<td>{{product.category.cat\_name}}</td>
<td>{{product.user.name}}</td>
<td>created\_at</td>
<td>
<router-link to="/edit-product" >
<i class="fa fa-edit text-success"></i>
</router-link>
<a href="#" @click.prevent="deleteProduct(product.id)">
<i class="fa fa-trash text-danger"></i>
</a>
</td>
</tr> '''
data(){
return{
categories: {},
form: new Form({
pro\_title: '',
pro\_desc: '<p>Enter Product Description</p>',
pro\_brand: '',
category\_id: '',
pro\_origin: '',
pro\_type: '',
pro\_model: '',
pro\_packing: '',
pro\_termsSale: '',
pro\_incoterms: '',
pro\_payType: '',
pro\_color: '',
pro\_photo: '',
}),
editor: DecoupledEditor,
editorConfig: {
ckfinder: {
// Open the file manager in the pop-up window.
openerMethod: 'popup',
uploadUrl: '/uploadckeditor',
options: {
resourceType: 'Images'
}
},
}
}
},'''
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟