Merged in feature/102-dev-dev01 (pull request #6)

auto-patch  102-dev-dev01-2023-12-11T19_15_32

* auto-patch  102-dev-dev01-2023-12-11T19_15_32
This commit is contained in:
Tony Volpe
2023-12-11 19:17:10 +00:00
parent 725d3043d5
commit b721d2fd4a
23 changed files with 3956 additions and 3887 deletions

View File

@@ -605,6 +605,12 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema' ) ) {
'default' => 'create-field',
'description' => esc_html__( 'The organization that publishes the source content of the course. For example, UC Berkeley.', 'wp-schema-pro' ),
),
'offer-category' => array(
'label' => esc_html__( 'Offer Category', 'wp-schema-pro' ),
'type' => 'text',
'default' => 'none',
'description' => esc_html__( 'The pricing category of the course.(e.g. Free, Partially Free, Subscription, Paid).', 'wp-schema-pro' ),
),
'course-instance' => array(
'label' => esc_html__( 'Course Instance', 'wp-schema-pro' ),
'type' => 'repeater',
@@ -662,6 +668,25 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema' ) ) {
'type' => 'date',
'default' => 'none',
),
'repeat-count' => array(
'label' => esc_html__( 'Repeat Count', 'wp-schema-pro' ),
'type' => 'number',
'default' => 'none',
'attrs' => array(
'min' => '0',
'step' => 'any',
),
),
'repeat-frequency' => array(
'label' => esc_html__( 'Repeat Frequency', 'wp-schema-pro' ),
'type' => 'text',
'default' => 'none',
),
'course-workload' => array(
'label' => esc_html__( 'Course Workload', 'wp-schema-pro' ),
'type' => 'text',
'default' => 'none',
),
'previous-date' => array(
'label' => esc_html__( 'Course Previous Start Date', 'wp-schema-pro' ),
'type' => 'datetime-local',