Skip to content

Commit 3df6e08

Browse files
committed
Remove deprecated office_hours module.
1 parent f92e69f commit 3df6e08

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

ding_library/ding_library.features.content.inc

-65
Original file line numberDiff line numberDiff line change
@@ -428,71 +428,6 @@ function ding_library_content_default_fields() {
428428
),
429429
);
430430

431-
// Exported field: field_opening_hours
432-
$fields['library-field_opening_hours'] = array(
433-
'field_name' => 'field_opening_hours',
434-
'type_name' => 'library',
435-
'display_settings' => array(
436-
'weight' => '3',
437-
'parent' => '',
438-
'label' => array(
439-
'format' => 'hidden',
440-
),
441-
'teaser' => array(
442-
'format' => 'hidden',
443-
'exclude' => 1,
444-
),
445-
'full' => array(
446-
'format' => 'hidden',
447-
'exclude' => 1,
448-
),
449-
'4' => array(
450-
'format' => 'hidden',
451-
'exclude' => 1,
452-
),
453-
'2' => array(
454-
'format' => 'hidden',
455-
'exclude' => 1,
456-
),
457-
'3' => array(
458-
'format' => 'hidden',
459-
'exclude' => 1,
460-
),
461-
'token' => array(
462-
'format' => 'hidden',
463-
'exclude' => 1,
464-
),
465-
),
466-
'widget_active' => '1',
467-
'type' => 'office_hours',
468-
'required' => '0',
469-
'multiple' => '1',
470-
'module' => 'office_hours',
471-
'active' => '1',
472-
'allow_hours_past_midnight' => '',
473-
'display_none_as_closed' => 1,
474-
'widget' => array(
475-
'default_value' => array(
476-
'0' => array(
477-
'scope' => 'all',
478-
'mon' => array(),
479-
'tue' => array(),
480-
'wed' => array(),
481-
'thu' => array(),
482-
'fri' => array(),
483-
'sat' => array(),
484-
'sun' => array(),
485-
),
486-
),
487-
'default_value_php' => NULL,
488-
'label' => 'Åbningstider',
489-
'weight' => '3',
490-
'description' => '',
491-
'type' => 'office_hours_week',
492-
'module' => 'office_hours',
493-
),
494-
);
495-
496431
// Exported field: field_pc_booking_method
497432
$fields['library-field_pc_booking_method'] = array(
498433
'field_name' => 'field_pc_booking_method',

0 commit comments

Comments
 (0)