array( 'label' => esc_html__( 'Item Features', 'bmci' ), 'type' => 'addable-popup', 'desc' => esc_html__( 'Download item features that should be shown in the item download feature sidebar widget', 'bmci' ), 'template' => '{{- feature_name }}', 'popup-options' => array( 'feature_name' => array( 'label' => esc_html__( 'Feature Name', 'bmci' ), 'type' => 'text', 'desc' => esc_html__( 'Add a feature name', 'bmci' ), ), 'feature_value' => array( 'label' => esc_html__( 'Feature Value', 'bmci' ), 'type' => 'text', 'desc' => esc_html__( 'Add a feature value', 'bmci' ), ), ), ), 'olam_download_alttitle' => array( 'label' => esc_html__( 'Download Alternate title', 'bmci' ), 'type' => 'text', 'desc' => esc_html__( 'Alternate download title. This will override the default download title, keep blank if not needed','bmci' ), ), );