refactoring; saving first paragraph contentEditable
This commit is contained in:
@@ -247,7 +247,7 @@ export default {
|
||||
:data="{
|
||||
entitytype: 'node',
|
||||
bundle: 'entite',
|
||||
nid: this.entite.id,
|
||||
id: this.entite.id,
|
||||
field: {field_name: 'title', value:'value'}
|
||||
}" />
|
||||
|
||||
@@ -296,7 +296,7 @@ export default {
|
||||
:data="{
|
||||
entitytype: 'node',
|
||||
bundle: 'concernement',
|
||||
nid: this.concernement.id,
|
||||
id: this.concernement.id,
|
||||
field: {field_name: 'field_description', value:'value'}
|
||||
}" />
|
||||
|
||||
@@ -312,7 +312,7 @@ export default {
|
||||
:data="{
|
||||
entitytype: 'node',
|
||||
bundle: 'concernement',
|
||||
nid: this.concernement.id,
|
||||
id: this.concernement.id,
|
||||
field: {field_name: 'field_caillou', value:'value'}
|
||||
}" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user