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
11 changes: 8 additions & 3 deletions config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Ignore all readmes
*/README.md

# Ignore dev for local
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
staging/menu.menu.devel.json

*/devel.settings.json
*/menu.menu.devel.json
*/stage_file_proxy.settings.json

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": []
}
}
}
5 changes: 3 additions & 2 deletions config/staging/layout.layout.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@
"display": "auto",
"enabled": {
"mastodon": "mastodon",
"bluesky": "bluesky",
"facebook": "facebook",
"github": "github",
"linkedin": "linkedin",
Expand All @@ -384,7 +385,7 @@
"plugin": "default",
"data": {
"settings": {
"classes": "col-sm-6"
"classes": "col-md-6"
}
}
}
Expand All @@ -410,7 +411,7 @@
"plugin": "default",
"data": {
"settings": {
"classes": "col-sm-6"
"classes": "col-md-6"
}
}
}
Expand Down
Loading