Skip to content

Instantly share code, notes, and snippets.

@Dionid
Created December 4, 2017 14:40
Show Gist options
  • Save Dionid/2e8acd77306ba4fade41321f70e176a8 to your computer and use it in GitHub Desktop.
Save Dionid/2e8acd77306ba4fade41321f70e176a8 to your computer and use it in GitHub Desktop.
Пример кода для блока, где 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