sanity-plugin-position-input
v1.0.4
Published
Position input for Sanity.io
Downloads
17
Readme
sanity-position-input
Position input for Sanity that stores selected position.
Usage
Use it in your schema types:
// [...]
{
fields: [
// [...]
{
name: 'position',
title: 'Poistion',
type: 'position',
options: {
choices: ['left', 'center', 'right', 'full', 'drop-left', 'drop-right']
}
}
]
}
Note that the above only works if you import and use the all:part:@sanity/base/schema-type
part in your schema.
License
MIT-licensed. See LICENSE.