image alt field
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
||||
entitytype: 'node',
|
||||
bundle: 'entite',
|
||||
nid: this.entite.id,
|
||||
field: 'field_action'
|
||||
field: {field_name: 'field_action', value:'value'}
|
||||
}"
|
||||
v-on:updated="reloadEntite" />
|
||||
|
||||
@@ -98,7 +98,7 @@ export default {
|
||||
entitytype: 'node',
|
||||
bundle: 'entite',
|
||||
nid: this.entite.id,
|
||||
field: 'field_menace_maintien'
|
||||
field: {field_name: 'field_menace_maintien', value:'value'}
|
||||
}"
|
||||
v-on:updated="reloadEntite" />
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ export default {
|
||||
entitytype: 'node',
|
||||
bundle: 'entite',
|
||||
nid: this.entite.id,
|
||||
field: 'title'
|
||||
field: {field_name: 'title', value:'value'}
|
||||
}" />
|
||||
|
||||
<CheckboxEditable
|
||||
@@ -297,7 +297,7 @@ export default {
|
||||
entitytype: 'node',
|
||||
bundle: 'concernement',
|
||||
nid: this.concernement.id,
|
||||
field: 'field_description'
|
||||
field: {field_name: 'field_description', value:'value'}
|
||||
}" />
|
||||
|
||||
</section>
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
entitytype: 'node',
|
||||
bundle: 'concernement',
|
||||
nid: this.concernement.id,
|
||||
field: 'field_caillou'
|
||||
field: {field_name: 'field_caillou', value:'value'}
|
||||
}" />
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user