Created
February 13, 2014 10:31
-
-
Save alexbaumgertner/8972915 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
block gallery, mod type accordion{ | |
elem header { | |
elemMods: {d:'d'}, // эта модификация не проходит, но если изменить тег то он меняется | |
content: [ | |
{ | |
elem: 'cover', | |
elemMods: {f:'f'}, // эта проходит | |
content: [ | |
{ | |
tag: 'img' | |
} | |
] | |
}, | |
this.ctx.content | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment