diff --git a/web/modules/custom/riverside_pt/riverside_pt.info.yml b/web/modules/custom/riverside_pt/riverside_pt.info.yml new file mode 100644 index 0000000..0d48995 --- /dev/null +++ b/web/modules/custom/riverside_pt/riverside_pt.info.yml @@ -0,0 +1,5 @@ +name: Riverside PT +type: module +description: Custom functionality for Riverside Physical Therapy. +package: Custom +core_version_requirement: ^11 diff --git a/web/modules/custom/riverside_pt/riverside_pt.install b/web/modules/custom/riverside_pt/riverside_pt.install new file mode 100644 index 0000000..e95f14e --- /dev/null +++ b/web/modules/custom/riverside_pt/riverside_pt.install @@ -0,0 +1,16 @@ + 'appointment', + 'name' => 'Appointment', + 'description' => 'A booking between a Patient and a Provider at a particular time.', + 'new_revision' => FALSE, + 'preview_mode' => DRUPAL_DISABLED, + 'display_submitted' => FALSE, + ]); + $type->save(); +} +