smartgravity / grav-theme-bones

A Grav theme built with Foundation.
MIT License
28 stars 8 forks source link

Add "size" field for modular blueprint dropdown options #4

Closed benblee closed 8 years ago

benblee commented 8 years ago

The dropdown options for the modular template blueprints are currently full width and would look better if they were sized smaller.

The "size" field can be used for this:

            header.image_align:
              type: select
              label: Image position
              classes: fancy
              size: small
              default: right
              options:
                'center': 'Center'
                'left': 'Left'
                'right': 'Right'