Created
December 4, 2017 14:40
-
-
Save Dionid/2e8acd77306ba4fade41321f70e176a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Пример кода для блока, где 3 человечка, а разделитель только справа от второго | |
```javascript | |
var blocks = [ | |
{ | |
"text": "...", | |
"persons": [ | |
{ | |
"separatorFromRight": false | |
}, | |
{ | |
"separatorFromRight": true | |
}, | |
{ | |
"separatorFromRight": false | |
} | |
] | |
} | |
] | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment