ID); ?>

from lowest to highest",'acf'); ?>

'number', 'name' => 'menu_order', 'value' => $post->menu_order, )); ?>
'select', 'name' => 'options[position]', 'value' => $options['position'], 'choices' => array( 'acf_after_title' => __("High (after title)",'acf'), 'normal' => __("Normal (after content)",'acf'), 'side' => __("Side",'acf'), ), 'default_value' => 'normal' )); ?>
'select', 'name' => 'options[layout]', 'value' => $options['layout'], 'choices' => array( 'no_box' => __("Seamless (no metabox)",'acf'), 'default' => __("Standard (WP metabox)",'acf'), ) )); ?>

Select items to hide them from the edit screen",'acf'); ?>

'checkbox', 'name' => 'options[hide_on_screen]', 'value' => $options['hide_on_screen'], 'choices' => array( 'permalink' => __("Permalink", 'acf'), 'the_content' => __("Content Editor",'acf'), 'excerpt' => __("Excerpt", 'acf'), 'custom_fields' => __("Custom Fields", 'acf'), 'discussion' => __("Discussion", 'acf'), 'comments' => __("Comments", 'acf'), 'revisions' => __("Revisions", 'acf'), 'slug' => __("Slug", 'acf'), 'author' => __("Author", 'acf'), 'format' => __("Format", 'acf'), 'featured_image' => __("Featured Image", 'acf'), 'categories' => __("Categories", 'acf'), 'tags' => __("Tags", 'acf'), 'send-trackbacks' => __("Send Trackbacks", 'acf'), ) )); ?>