Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update panels title background #98

Open
wants to merge 1 commit into
base: 7.x-4.x
Choose a base branch
from
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
1 change: 0 additions & 1 deletion modules/features/fe_idea/fe_idea.info
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,3 @@ features[views_view][] = ideas_all
features[views_view][] = ideas_by_category
features[views_view][] = ideas_in_action
features[views_view][] = merged_ideas
project path = /tmp/recreated_features
6 changes: 5 additions & 1 deletion modules/features/fe_idea/fe_idea.pages_default.inc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ function fe_idea_default_page_manager_pages() {
'override_title_text' => 'Ideas',
);
$pane->cache = array();
$pane->style = array();
$pane->style = array(
'settings' => NULL,
);
$pane->css = array();
$pane->extras = array();
$pane->position = 0;
Expand Down Expand Up @@ -150,6 +152,8 @@ function fe_idea_default_page_manager_pages() {
$pane->configuration = array(
'override_title' => 0,
'override_title_text' => '',
'override_title_heading' => 'h2',
'title_class' => 'bg-primary',
);
$pane->cache = array();
$pane->style = array(
Expand Down
1 change: 0 additions & 1 deletion modules/features/fe_idea/fe_idea.views_default.inc
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ Why not add an idea?';
$handler->display->display_options['fields']['field_idea_image']['settings'] = array(
'image_style' => 'scale_cropped_220_220',
'image_link' => 'content',

);
$handler->display->display_options['fields']['field_idea_image']['delta_limit'] = '1';
$handler->display->display_options['fields']['field_idea_image']['delta_offset'] = '0';
Expand Down
6 changes: 6 additions & 0 deletions modules/features/fe_pages/fe_pages.pages_default.inc
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ if (user_access(\'use-vote-updown\') == FALSE) {
$pane->configuration = array(
'override_title' => 0,
'override_title_text' => '',
'override_title_heading' => 'h2',
'title_class' => 'bg-primary',
);
$pane->cache = array();
$pane->style = array(
Expand Down Expand Up @@ -1025,6 +1027,8 @@ if (user_access(\'use-vote-updown\') == FALSE) {
$pane->configuration = array(
'override_title' => 0,
'override_title_text' => '',
'override_title_heading' => 'h2',
'title_class' => 'bg-primary',
);
$pane->cache = array();
$pane->style = array(
Expand All @@ -1047,6 +1051,8 @@ if (user_access(\'use-vote-updown\') == FALSE) {
$pane->configuration = array(
'override_title' => 0,
'override_title_text' => '',
'override_title_heading' => 'h2',
'title_class' => 'bg-primary',
);
$pane->cache = array();
$pane->style = array(
Expand Down