'toggle', 'name' => 'amp_story_tg', 'label' => __('Activate Amp Story', 'amp_story_toogle'), 'description' => __('Activate Amp Story on this post.', 'amp_story_toogle_desc'), 'default' => '0', ), array( 'type' => 'textbox', 'name' => 'amp_story_cover_title_tb', 'label' => __('Cover Title', 'amp_story_cover_title_tb_label'), 'description' => __('Enter **Cover** title.', 'amp_story_cover_title_tb_desc'), 'default' => '', ), array( 'type' => 'textbox', 'name' => 'amp_story_cover_sub_tb', 'label' => __('Cover Subtitle', 'amp_story_cover_sub_tb_label'), 'description' => __('Enter **Cover** subtitle.', 'amp_story_cover_sub_tb_desc'), 'default' => '', ), array( 'type' => 'upload', 'name' => 'amp_story_cover_upload', 'label' => __('Upload', 'amp_story_cover_upload_label'), 'description' => __('Upload **Cover** background image', 'amp_story_cover_upload_desc'), 'default' => '', ), 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' => '', ), array( 'type' => 'wpeditor', 'name' => 'amp_story_editor', 'label' => __('Description (optional)', 'amp_story_editor_label'), 'description' => __('Enter **Amp Page** description.', 'amp_story_editor_desc'), 'use_external_plugins' => '0', 'disabled_externals_plugins' => '', 'disabled_internals_plugins' => '', ), array( 'type' => 'upload', 'name' => 'amp_story_up_1', 'label' => __('Upload', 'amp_story_upload_label'), 'description' => __('Upload **Amp Page** background image or video (only mp4 allowed and must have https).', 'amp_story_upload_desc'), 'default' => '', ), array( 'type' => 'upload', 'name' => 'amp_story_poster_up', 'label' => __('Poster Image (only for video)', 'amp_story_upload_poster_label'), 'description' => __('Upload **Amp Page** poster for your mp4 video.', 'amp_story_upload_poster_img'), 'default' => '', ), array( 'type' => 'upload', 'name' => 'amp_story_audio_up', 'label' => __('Background Audio (optional)', 'amp_story_upload_audio'), 'description' => __('Upload **Amp Page** Audio.', 'amp_story_upload_audio_desc'), 'default' => '', ) ), ), );