You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when i'm doing the merge of one yml fill to another one with another properties the yml file will always import in the end.
ex:
customer.yml type: customer name: John age: 30
Hi,
when i'm doing the merge of one yml fill to another one with another properties the yml file will always import in the end.
ex:
customer.yml
type: customer
name: John
age: 30
users.yml
$include: ./customer-yml
api:
server_url: xpto.api.com
the output of users.inc.yml will be:
api:
server_url: xpto.api.com
type: customer
name: John
age: 30
so is inverse to the place were i put the include.
How can i include for the order that i want?
The text was updated successfully, but these errors were encountered: