'toggle', 'name' => 'amp_story_tg', 'label' => __('Activate Amp Story', 'amp_story_toogle'), 'description' => __('Activate Amp Story Pages on this post.', 'amp_story_toogle_desc'), 'default' => '1', ), array( 'type' => 'group', 'repeating' => true, 'name' => 'amp_group', 'title' => __('Amp Story Page', 'amp_story_group_title'), 'fields' => array( array( 'type' => 'textbox', 'name' => 'amp_story_tb_1', 'label' => __('Title', 'amp_story_textbox_label'), 'description' => __('Enter **Amp Page** title.', 'amp_story_textbox_desc'), 'default' => '', 'validation' => 'alphabet', ), array( 'type' => 'textarea', 'name' => 'amp_story_ta_1', 'label' => __('Textarea', 'amp_story_textarea_label'), 'description' => __('Enter **Amp Page** description. For the first amp page here you can insert the subtitle.', 'amp_story_textarea_desc'), 'default' => '', ), array( 'type' => 'upload', 'name' => 'amp_story_up_1', 'label' => __('Upload', 'amp_story_upload_label'), 'description' => __('Upload **Amp Page** background image', 'amp_story_upload_desc'), 'default' => '', ) ), ), );