field video on paragraphe source

This commit is contained in:
2024-04-02 11:32:48 +02:00
parent 820edbd36e
commit a96230ebe7
9 changed files with 311 additions and 55 deletions

View File

@@ -52,11 +52,11 @@ export default {
<section v-if="entite.image.length || entite.can_update" class="image">
<ImageEditable
:can_update="entite.can_update"
:image="entite.image"
:image="entite.image[0]"
:data="{
entitytype: 'node',
bundle: 'entite',
nid: this.entite.id,
id: this.entite.id,
uuid: this.entite.uuid,
field: 'field_image'
}"