diff --git a/gc-notion/gcn-radio-button-to-date-property-mapping.php b/gc-notion/gcn-radio-button-to-date-property-mapping.php new file mode 100644 index 000000000..92720464d --- /dev/null +++ b/gc-notion/gcn-radio-button-to-date-property-mapping.php @@ -0,0 +1,53 @@ +format( 'Y-m-d' ) : ''; + + $page_data['properties'][ $property_id ] = array( + 'date' => array( + 'start' => $iso_date, + ), + ); + } + + return $page_data; +}, 10, 4 );