2017-09-07 1 views

Répondre

1

Utilisation filtre combine:

myVar1: 
    entry1: "text1" 
    entry2: "text2" 
myVarTmp: 
    additional: "entry" 
myVar2: "{{ myVar1 | combine(myVarTmp) }}"