i'm playing with content types and attribute names updating. it turns out that kmb don't like square brackets. probably is yaml the one which don't like them.
Using square brackets didn't allow execute the migration with this error
Unexpected characters (: "Name", "esl-ES": "Nombre" ]) at line 9 (near "name: [ "eng-GB": "Name", "esl-ES": "Nombre" ]").
You are correct about square brackets not being good. In fact it's a yaml problem: arrays do not have named keys, but hashes do. And hashes use curly braces
i'm playing with content types and attribute names updating. it turns out that kmb don't like square brackets. probably is yaml the one which don't like them.
Using square brackets didn't allow execute the migration with this error
Also, fixed a typo
sting
instead ofstring