Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/b6b49e2498b8956d2f3e1b701bb736a6 to your computer and use it in GitHub Desktop.
Save philipusis/b6b49e2498b8956d2f3e1b701bb736a6 to your computer and use it in GitHub Desktop.
{
block: 'linksGroup',
mods: { position: 'right' },
mix: { block: 'clearfix' },
content: [
{
block: 'link',
url: '',
pseudo: true,
mods: { action: 'showHideSettings' },
mix: [{ block: 'decorator', elem: 'noselect' }],
content: "Настройки"
},
{
block: 'userControlsGrouping',
mods: { grouping: 'no' },
mix: [{ js: true }, { block: 'decorator', elem: 'floatRight' }],
content: <userControlsGrouping content>
},
{
block: 'linksGroup',
mix: [{ block: 'decorator', elem: 'floatRight' }],
content: <linksGroup content>,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment