Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
43b2600
Reworked top of homepage to follow new design
Feb 10, 2025
ba3f27f
Added Audiences section to homepage
Feb 14, 2025
e96a241
One home updated news style and added styles for resources
Feb 27, 2025
c6199dd
Add home cards view and template.
jenlampton Feb 27, 2025
dafed82
Issue #1080 Remove Backdrop CMS button from tagline.
jenlampton Feb 28, 2025
0ff2b81
Ignore beta config changes.
Feb 28, 2025
5287442
Issue #1079: Add background to home page hero region.
jenlampton Feb 28, 2025
4e54082
Rename the views template so it only affects the block display.
jenlampton Feb 28, 2025
ad9c559
Issue #1083: Add back missing bootstrap grid, and container classes f…
jenlampton Feb 28, 2025
5934a72
Remove custom header width.
jenlampton Feb 28, 2025
e8d6e48
Switch name of view, update view, layout, template.
jenlampton Feb 28, 2025
afe0f97
Remove facebook pixel, make Icons available, delete icons from theme,…
jenlampton Feb 28, 2025
b837115
Add tademark text instead of Powered by.
jenlampton Feb 28, 2025
91e8a43
Update the product features view.
jenlampton Feb 28, 2025
00efd35
Update home layout to see if it fixes config sync on beta.
jenlampton Feb 28, 2025
55034ef
remvove unnecessary icons display from features view.
jenlampton Feb 28, 2025
7283f2c
Make sure news title is a link on homepage
Mar 3, 2025
c73a64e
Added Audiences section to homepage
Feb 14, 2025
6ced57a
Adding config for card view mode
Mar 19, 2025
bbabb52
Rebased off main branch.
jenlampton Mar 26, 2025
080868e
Move the CSS icon loader to views preprocess.
jenlampton Mar 26, 2025
328f5b7
Prevent php warning from misplaced definition.
jenlampton Mar 27, 2025
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
2 changes: 2 additions & 0 deletions config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
dev-active/*.json
dev-active/.htaccess

# Ingore beta server changes (is this what we want?)
beta-active/*

# Ignore specific config files in staging
staging/devel.settings.json
Expand Down
6 changes: 2 additions & 4 deletions config/staging/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
This directory contains the active configuration for your Backdrop site. To move
this configuration between environments, contents from this directory should be
placed in the staging directory on the target server. To make this configuration
active, see admin/config/development/configuration/sync on the target server.
This directory contains configuration to be imported into your Backdrop site. To
make this configuration active, see admin/config/development/configuration/sync.
12 changes: 12 additions & 0 deletions config/staging/block.custom.home_card_cta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_config_name": "block.custom.home_card_cta",
"delta": "home_card_cta",
"info": "Home Card - CTA",
"title": "",
"description": "",
"body": {
"value": "<a href=\"#\" class=\"top-cards__cta\">Explore more features</a>",
"format": "full_html"
},
"default_langcode": "und"
}
12 changes: 12 additions & 0 deletions config/staging/block.custom.home_card_d7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_config_name": "block.custom.home_card_d7",
"delta": "home_card_d7",
"info": "Home Card - D7",
"title": "Upgrade from Drupal 7 with ease",
"description": "",
"body": {
"value": "<p>\r\n <span>Backdrop has a built-in upgrade path from Drupal 7 and will feel familiar to anyone migrating.</span>\r\n</p>",
"format": "filtered_html"
},
"default_langcode": "und"
}
12 changes: 12 additions & 0 deletions config/staging/block.custom.home_card_functionality.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_config_name": "block.custom.home_card_functionality",
"delta": "home_card_functionality",
"info": "Home Card - Functionality",
"title": "Add more functionality quickly and easily",
"description": "",
"body": {
"value": "<p>\r\n <span>Browse and install add-ons right from your site, created by a large, active, open source community.</span>\r\n</p>",
"format": "filtered_html"
},
"default_langcode": "und"
}
12 changes: 12 additions & 0 deletions config/staging/block.custom.home_card_manage_content.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_config_name": "block.custom.home_card_manage_content",
"delta": "home_card_manage_content",
"info": "Home Card - Manage Content",
"title": "Create and manage your own content",
"description": "",
"body": {
"value": "<p>\r\n <span>No need to be a web programmer to simply create, publish, and maintain your site’s content.&nbsp;</span>\r\n</p>",
"format": "filtered_html"
},
"default_langcode": "und"
}
12 changes: 12 additions & 0 deletions config/staging/block.custom.home_card_performance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_config_name": "block.custom.home_card_performance",
"delta": "home_card_performance",
"info": "Home Card - Performance",
"title": "Serve pages fast, even on shared hosting",
"description": "",
"body": {
"value": "<p>\r\n <span>With a commitment to performance, you can expect to see your pages fly!</span>\r\n</p>",
"format": "filtered_html"
},
"default_langcode": "und"
}
3 changes: 3 additions & 0 deletions config/staging/entity.view_modes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"node": {
"project_search": {
"label": "Project Search"
},
"card": {
"label": "Card"
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions config/staging/field.bundle.node.feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
"print": {
"custom_settings": false
},
"card": {
"custom_settings": true
}
},
"extra_fields": {
Expand Down
9 changes: 8 additions & 1 deletion config/staging/field.bundle.taxonomy_term.organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"weight": "2"
}
},
"display": []
"display": {
"description": {
"default": {
"weight": "0",
"visible": true
}
}
}
}
}
9 changes: 8 additions & 1 deletion config/staging/field.instance.node.feature.body.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"settings": {
"text_processing": "1",
"display_summary": 0,
"user_register_form": false
"user_register_form": false,
"allowed_formats": []
},
"display": {
"default": {
Expand All @@ -35,6 +36,12 @@
"trim_length": 600
},
"module": "text"
},
"card": {
"label": "hidden",
"type": "hidden",
"weight": "5",
"settings": []
}
},
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"type": "hidden",
"weight": "2",
"settings": []
},
"card": {
"label": "inline",
"type": "hidden",
"weight": "4",
"settings": []
}
}
}
10 changes: 9 additions & 1 deletion config/staging/field.instance.node.feature.field_blurb.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"default_value_function": null,
"settings": {
"text_processing": "0",
"user_register_form": false
"user_register_form": false,
"allowed_formats": []
},
"display": {
"default": {
Expand All @@ -36,6 +37,13 @@
"weight": "0",
"settings": [],
"module": "text"
},
"card": {
"label": "hidden",
"type": "text_default",
"weight": "0",
"settings": [],
"module": "text"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"type": "hidden",
"weight": "3",
"settings": []
},
"card": {
"label": "hidden",
"type": "hidden",
"weight": "1",
"settings": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"type": "hidden",
"weight": "5",
"settings": []
},
"card": {
"label": "hidden",
"type": "hidden",
"weight": "7",
"settings": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"user_register_form": false,
"max_dimensions": "",
"min_dimensions": "",
"orientate": 0
"orientate": 0,
"alt_field_required": 0
},
"display": {
"default": {
Expand All @@ -50,6 +51,12 @@
"type": "hidden",
"weight": "6",
"settings": []
},
"card": {
"label": "hidden",
"type": "hidden",
"weight": "2",
"settings": []
}
}
}
6 changes: 6 additions & 0 deletions config/staging/field.instance.node.feature.field_video.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"type": "hidden",
"weight": "7",
"settings": []
},
"card": {
"label": "hidden",
"type": "hidden",
"weight": "6",
"settings": []
}
}
}
Loading