image alt field
This commit is contained in:
@@ -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