This plugin is outdated and might not be supported anymore
CMB Field Type: Sorter

CMB Field Type: Sorter

Details
View on WordPress

This plugin gives you two CMB field types based on the Sorter script:

Usage

`tb_sorter` – Select box with with typeahead-style search. Example:

    $cmb->add_field(array(
        'name'    => 'Page Layout',
        'id'      => $prefix . 'ingredients',
        'desc'    => 'Select Page Layout',
        'type'    => 'tb_sorter',
        'options' => array(
            'enabled'  => array(
                'highlights' => 'Highlights',
                'slider'     => 'Slider',
                'staticpage' => 'Static Page',              
            ),
            'disabled' => array(
                'services'   => 'Services'
            )        
        ),
    ));

Out put

    get_post_meta(get_the_ID(), '_yourprefix_about_ingredients', true);

IMPORTANT: The key pair of ‘placebo’ => ‘placebo’ IS NO LONGER REQUIRED.

Details

Plugin code:
cmb-field-type-sorter
Plugin version:
1.0.0
Author:
Outdated:
Yes
WP version:
3.6.1 or higher
PHP version:
or higher
Test up to WP version:
4.2.38
Total installations:
10
Last updated:
2015-05-20
Rating:
Times rated:
2
jqueryui
layout
sorter