Skip to content

Commit

Permalink
Merge pull request #87 from libetho/bug/REPR-1591/images-not-displaye…
Browse files Browse the repository at this point in the history
…d-in-node

Bug/repr 1591/images not displayed in node
  • Loading branch information
papegaill authored Apr 9, 2019
2 parents 1888227 + 07906fb commit 68d8f93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/features/reps_core/reps_admin/reps_admin.info
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ features[context][] = reps-admin
features[ctools][] = context:context:3
features[ctools][] = strongarm:strongarm:1
features[features_api][] = api:2
features[user_permission][] = run cron jobs
features[user_permission][] = view cron jobs
features[variable][] = admin_language_pages
features[variable][] = admin_theme
features[wysiwyg][] = full_html
Expand Down
1 change: 1 addition & 0 deletions lib/features/reps_core/reps_core.info
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ features[variable][] = diff_show_preview_changes_node_reps_homepage
features[variable][] = diff_view_mode_preview_node_reps_homepage
features[variable][] = entity_translation_entity_types
features[variable][] = entity_translation_settings_bean__webtools
features[variable][] = entity_translation_settings_file__image
features[variable][] = extlink_css_exclude
features[variable][] = field_bundle_settings_node__reps_contact_point
features[variable][] = field_bundle_settings_node__reps_homepage
Expand Down
13 changes: 13 additions & 0 deletions lib/features/reps_core/reps_core.strongarm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,19 @@ function reps_core_strongarm() {
);
$export['entity_translation_settings_bean__webtools'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'entity_translation_settings_file__image';
$strongarm->value = array(
'default_language' => 'und',
'hide_language_selector' => 1,
'exclude_language_none' => 0,
'lock_language' => 0,
'shared_fields_original_only' => 0,
);
$export['entity_translation_settings_file__image'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
Expand Down

0 comments on commit 68d8f93

Please sign in to comment.