-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #3277336: Switch the default Drupal Core from ~9.5.0 to ~10.0.0…
… on the 10.0.x branch in Varbase Profile
- Loading branch information
Showing
10 changed files
with
131 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
dependencies: | ||
module: | ||
- system | ||
- node | ||
id: anonymous | ||
label: 'Anonymous user' | ||
weight: -10 | ||
is_admin: false | ||
permissions: | ||
- 'access content' | ||
- 'search content' | ||
- 'view media' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,14 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
dependencies: | ||
module: | ||
- system | ||
- node | ||
- user | ||
id: authenticated | ||
label: 'Authenticated user' | ||
weight: -9 | ||
is_admin: false | ||
permissions: | ||
- 'access content' | ||
- 'access shortcuts' | ||
- 'access sitemap' | ||
- 'access tour' | ||
- 'access user profiles' | ||
- 'bypass honeypot protection' | ||
- 'delete media' | ||
- 'delete own audio media' | ||
- 'delete own file media' | ||
- 'delete own gallery media' | ||
- 'delete own image media' | ||
- 'delete own instagram media' | ||
- 'delete own landing_page content' | ||
- 'delete own landing_page_lb content' | ||
- 'delete own page content' | ||
- 'delete own remote_video media' | ||
- 'delete own tweet media' | ||
- 'delete own varbase_blog content' | ||
- 'delete own varbase_heroslider_media content' | ||
- 'delete own video media' | ||
- 'edit own audio media' | ||
- 'edit own file media' | ||
- 'edit own gallery media' | ||
- 'edit own image media' | ||
- 'edit own instagram media' | ||
- 'edit own landing_page content' | ||
- 'edit own landing_page_lb content' | ||
- 'edit own page content' | ||
- 'edit own remote_video media' | ||
- 'edit own tweet media' | ||
- 'edit own varbase_blog content' | ||
- 'edit own varbase_heroslider_media content' | ||
- 'edit own video media' | ||
- 'opt-in or out of google analytics tracking' | ||
- 'search content' | ||
- 'update media' | ||
- 'use text format basic_html' | ||
- 'use text format webform_default' | ||
- userprotect.account.edit | ||
- userprotect.mail.edit | ||
- userprotect.pass.edit | ||
- 'view media' | ||
- 'view own unpublished media' |
Oops, something went wrong.