SORT THE REPEATABLE FIELDS
-
I have placed the value to sort the field, but the icon to “sort” does not seem to be displayed:
$group_field_id = $cmb->add_field( array( 'id' => 'MMDListsRecord', 'type' => 'group', 'description' => __( 'Individual Directory Listings', 'mmd' ), 'options' => array( 'group_title' => __( 'Record {#}', 'mmd' ), // since version 1.1.4, {#} gets replaced by row number 'add_button' => __( 'Add Another Record', 'mmd' ), 'remove_button' => __( 'Remove Record', 'mmd' ), 'sortable' => true, 'closed' => true, ), 'after_group' => 'mmdlist_add_js_for_repeatable_titles', ) );
It shows up like this: https://snag.gy/A7MKpV.jpg
Have I set something wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SORT THE REPEATABLE FIELDS’ is closed to new replies.