Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
6 changes: 2 additions & 4 deletions features/dimpact_content_types/dimpact_content_types.features.field_instance.inc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3755,9 +3755,8 @@ function dimpact_content_types_field_default_field_instances() {
),
'default' => array(
'label' => 'inline',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'taxonomy_term_reference_link',
'type' => 'hidden',
'weight' => 3,
),
'felix' => array(
Expand Down Expand Up @@ -4202,9 +4201,8 @@ function dimpact_content_types_field_default_field_instances() {
),
'default' => array(
'label' => 'above',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'taxonomy_term_reference_link',
'type' => 'hidden',
'weight' => 2,
),
'felix' => array(
Expand Down
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions features/dimpact_content_types/dimpact_content_types.info
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = Dimpact Content Types
core = 7.x
package = Features
version = 7.x-1.13-20151118
version = 7.x-1.14-20160125
project = dimpact_content_types
dependencies[] = date_popup
dependencies[] = dimpact_contexts
Expand Down Expand Up @@ -694,4 +694,4 @@ features_exclude[field_instance][node-rss-field_datumrss] = node-rss-field_datum
features_exclude[field_instance][node-rss_source-field_afbeelding] = node-rss_source-field_afbeelding
features_exclude[field_instance][node-rss_source-field_datum] = node-rss_source-field_datum
features_exclude[variable][field_bundle_settings_node__rss_source] = field_bundle_settings_node__rss_source
mtime = 1447843778
mtime = 1453468032
Empty file modified features/dimpact_content_types/dimpact_content_types.module
100644 → 100755
Empty file.
73 changes: 72 additions & 1 deletion features/dimpact_content_types/dimpact_content_types.strongarm.inc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,30 @@ function dimpact_content_types_strongarm() {
'volle_breedte' => array(
'custom_settings' => TRUE,
),
'slide_412' => array(
'custom_settings' => TRUE,
),
'slide_812' => array(
'custom_settings' => TRUE,
),
'slide_312' => array(
'custom_settings' => TRUE,
),
'slide_912' => array(
'custom_settings' => TRUE,
),
'cck_blocks' => array(
'custom_settings' => TRUE,
),
'short_teaser' => array(
'custom_settings' => TRUE,
),
'minimal_teaser' => array(
'custom_settings' => TRUE,
),
'felix' => array(
'custom_settings' => TRUE,
),
),
'extra_fields' => array(
'form' => array(
Expand Down Expand Up @@ -1729,6 +1753,10 @@ function dimpact_content_types_strongarm() {
'weight' => '2',
'visible' => TRUE,
),
'default' => array(
'weight' => '100',
'visible' => TRUE,
),
),
),
),
Expand Down Expand Up @@ -1759,6 +1787,36 @@ function dimpact_content_types_strongarm() {
'token' => array(
'custom_settings' => FALSE,
),
'volle_breedte' => array(
'custom_settings' => TRUE,
),
'slide_412' => array(
'custom_settings' => TRUE,
),
'slide_812' => array(
'custom_settings' => TRUE,
),
'slide_312' => array(
'custom_settings' => TRUE,
),
'slide_912' => array(
'custom_settings' => TRUE,
),
'short_teaser' => array(
'custom_settings' => TRUE,
),
'minimal_teaser' => array(
'custom_settings' => TRUE,
),
'felix' => array(
'custom_settings' => TRUE,
),
'search_index' => array(
'custom_settings' => FALSE,
),
'search_result' => array(
'custom_settings' => FALSE,
),
),
'extra_fields' => array(
'form' => array(
Expand All @@ -1772,7 +1830,20 @@ function dimpact_content_types_strongarm() {
'weight' => '2',
),
),
'display' => array(),
'display' => array(
'domain' => array(
'default' => array(
'weight' => '1',
'visible' => TRUE,
),
),
'subscriptions_ui' => array(
'default' => array(
'weight' => '100',
'visible' => TRUE,
),
),
),
),
);
$export['field_bundle_settings_node__page'] = $strongarm;
Expand Down