Commit ed0fbefe authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3584687: Move into submodule office_hours_date_recur

parent 8423f35f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,5 +8,5 @@ type: module
package: Field types
core_version_requirement: ^11
dependencies:
  - drupal:office_hours
  - drupal:date_recur
  - office_hours:office_hours
  - date_recur:date_recur
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\Core\Field\FieldItemListInterface;
 *
 * @FieldFormatter(
 *   id = "office_hours",
 *   label = @Translation("Plain text"),
 *   label = @Translation("Office Hours (Plain text)"),
 *   field_types = {
 *     "office_hours",
 *   },
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use Drupal\office_hours\Plugin\Field\FieldType\OfficeHoursItem;
 *
 * @FieldFormatter(
 *   id = "office_hours_table",
 *   label = @Translation("Table"),
 *   label = @Translation("Office Hours (Table)"),
 *   field_types = {
 *     "office_hours",
 *   }
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ use Drupal\office_hours\TypedData\OfficeHoursStatus;
 *
 * @FieldFormatter(
 *   id = "office_hours_table_details",
 *   label = @Translation("Table Select list"),
 *   label = @Translation("Office Hours (Table Select list)"),
 *   field_types = {
 *     "office_hours",
 *   },