Skip to content

Commit f558f5d

Browse files
author
Backdrop CMS
committed
Live config, core update.
1 parent ed648b9 commit f558f5d

16 files changed

+1404
-10
lines changed

config/live-active/block.custom.backdrop_live.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"title": "Upcoming Events",
66
"description": "Promote Backdrop LIVE",
77
"body": {
8-
"value": "<div class=\"views-field views-field-field-session-date\">\r\n <p>\r\n <strong>Backdrop LIVE</strong><br>\r\n <span>April 3rd &amp; 4th, 2025 - </span><a href=\"https://events.backdropcms.org/\"><span>Register Now</span></a>\r\n </p>\r\n <p>\r\n <strong>Backdrop office hours</strong><br>\r\n Every Wednesday&nbsp;19:00 - 21:00 UTC\r\n </p>\r\n</div>",
8+
"value": "<div class=\"views-field views-field-field-session-date\">\r\n <p>\r\n <strong>Backdrop office hours</strong><br>\r\n Every Wednesday&nbsp;19:00 - 21:00 UTC\r\n </p>\r\n</div>",
99
"format": "filtered_html"
1010
},
1111
"default_langcode": "und"

config/live-active/book.settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
"book_links": [
3333
"book_add_child",
3434
"book_reorder"
35-
]
35+
],
36+
"book_admin_allowed_all": 1
3637
}

config/live-active/contact.categories.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cid": "1",
77
"category": "Question or comment",
88
"recipients": "[email protected]",
9-
"reply": "Thanks for contacting Backdrop CMS.\r\n\r\nIf you have a question about how use or extend Backdrop, you might get a faster response by posting in the Backdrop Forum: https://forum.backdropcms.org\r\n\r\nWe will get back to you as soon as we can,\r\n\r\n- Your friendly Backdrop teammates",
9+
"reply": "Thanks for contacting Backdrop CMS.\r\n\r\nIf you have a question about Backdrop, you might get a faster response by: \r\n\r\n1) Posting in the Backdrop Forum https://forum.backdropcms.org, \r\n\r\nor 2) Asking directly in our Live Chat: https://backdrop.zulipchat.com.\r\n\r\nWe will get back to you when we can,\r\n\r\n- Your friendly Backdrop teammates",
1010
"weight": "-10"
1111
},
1212
{
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_config_name": "installer.settings",
3+
"installer_server": {
4+
"url": "https://projects.backdropcms.org",
5+
"name": "Backdrop"
6+
},
7+
"core_update": true
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"_config_name": "system.backup",
3+
"_config_static": true,
4+
"backup_limit": 5
5+
}

config/live-active/system.core.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,8 @@
117117
"backdrop_http_request": {
118118
"strip_sensitive_headers_on_host_change": true,
119119
"strip_sensitive_headers_on_https_downgrade": true
120-
}
120+
},
121+
"install_version": "1.0.x",
122+
"user_login_appearance": "tabs",
123+
"login_admin_theme": 1
121124
}

config/live-active/user.role.3.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,16 @@
414414
"edit own image content",
415415
"edit any image content",
416416
"delete own image content",
417-
"delete any image content"
417+
"delete any image content",
418+
"override book published option",
419+
"override event published option",
420+
"override external_mention published option",
421+
"override organization published option",
422+
"override post published option",
423+
"override press published option",
424+
"override showcase published option",
425+
"override supporter published option",
426+
"use installer browser"
418427
],
419428
"description": ""
420429
}

0 commit comments

Comments
 (0)