Skip to content

Instantly share code, notes, and snippets.

@vijaycs85
Last active December 17, 2015 03:18
Show Gist options
  • Save vijaycs85/5541847 to your computer and use it in GitHub Desktop.
Save vijaycs85/5541847 to your computer and use it in GitHub Desktop.
# main schema
views.view:
...
...
...
sort:
type: views.sort.[%parent.table]_[%parent.field]
views.sort.node_status:
type: views.sort.%
label: 'Boolean sort'
views.sort.*:
type: mapping
mapping:
field:
type: string
label: 'Field name'
id:
type: string
label: 'Field ID'
order:
type: string
label: 'Order'
table:
type: string
label: 'Table name'
plugin_id:
type: string
label: 'Plugin ID'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment