From 91f9f6b9c4332bb136698aa127ecd34ed4492c13 Mon Sep 17 00:00:00 2001 From: Christian Lopez Espinola Date: Sat, 27 Apr 2024 04:28:58 +0200 Subject: [PATCH] Uninstall tour module. --- config/sync/core.extension.yml | 1 - config/sync/tour.tour.block-layout.yml | 48 ------------- config/sync/tour.tour.views-ui.yml | 88 ------------------------ config/sync/user.role.content_editor.yml | 2 - 4 files changed, 139 deletions(-) delete mode 100644 config/sync/tour.tour.block-layout.yml delete mode 100644 config/sync/tour.tour.views-ui.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index fd75d47..4beae95 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -42,7 +42,6 @@ module: taxonomy: 0 text: 0 toolbar: 0 - tour: 0 update: 0 user: 0 views_ui: 0 diff --git a/config/sync/tour.tour.block-layout.yml b/config/sync/tour.tour.block-layout.yml deleted file mode 100644 index 5d72d5c..0000000 --- a/config/sync/tour.tour.block-layout.yml +++ /dev/null @@ -1,48 +0,0 @@ -uuid: 734cd864-2aea-4ed3-bec4-59c965dce6b4 -langcode: en -status: true -dependencies: - module: - - block -_core: - default_config_hash: ructO0IOsghR3CIbNd-0QfLTDiUo8gIJ7mB_nxSil4o -id: block-layout -label: 'Block Layout Page' -module: block -routes: - - - route_name: block.admin_display -tips: - block-layout: - id: block-layout - plugin: text - label: 'Block Layout' - weight: 1 - body: 'Blocks are boxes of content rendered into an area, or region, of a web page that can be displayed in regions (such as footer or sidebar) on your page.' - place-block: - id: place-block - plugin: text - label: 'Place Blocks' - weight: 2 - selector: .button--small - body: 'Any custom or contributed block can be added to a particular region by clicking on a button Place block. A new block can also be created by clicking on Place Block' - block-region: - id: block-region - plugin: text - label: 'Block Region' - weight: 3 - selector: .block-region-select - body: 'Assign or change the region of a block by clicking here. A dropdown list with all the regions will appear. You can place one block in multiple regions.' - configure-block: - id: configure-block - plugin: text - label: 'Configure Block' - weight: 4 - selector: .dropbutton-widget - body: 'By Clicking on "Configure" you can go ahead and edit the contents of the block, deal with the visibility settings and even change the placement of where it is on your theme.' - custom-block-library: - id: custom-block-library - plugin: text - label: 'Custom Block Library' - weight: 5 - body: 'The block management screen also has an another tab on the top which is used to add Custom blocks. The name of the tab is "Custom block library". This tab ultimately provides a link to add custom blocks.' diff --git a/config/sync/tour.tour.views-ui.yml b/config/sync/tour.tour.views-ui.yml deleted file mode 100644 index 5510deb..0000000 --- a/config/sync/tour.tour.views-ui.yml +++ /dev/null @@ -1,88 +0,0 @@ -uuid: ecdbf4be-65de-4609-8b5d-4f980d9ec93b -langcode: en -status: true -dependencies: - module: - - views_ui -_core: - default_config_hash: XIYL1KF7ND2XQRa5AxvEcp8vgCN2kUGiuBNhCgxrPME -id: views-ui -label: 'View edit page' -module: views_ui -routes: - - - route_name: entity.view.edit_form - - - route_name: entity.view.edit_display_form -tips: - views-main: - id: views-main - plugin: text - label: 'Manage view settings' - weight: 1 - body: 'View or edit the configuration.' - views-ui-displays: - id: views-ui-displays - plugin: text - label: 'Displays in this view' - weight: 2 - selector: '#views-display-top' - body: 'A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.' - views-ui-view-admin: - id: views-ui-view-admin - plugin: text - label: 'View administration' - weight: 3 - position: right - selector: '#views-display-extra-actions' - body: 'Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.' - views-ui-format: - id: views-ui-format - plugin: text - label: 'Output format' - weight: 4 - selector: .views-ui-display-tab-bucket.format - body: "Choose how to output results. E.g., choose Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend Drupal's base functionality." - views-ui-fields: - id: views-ui-fields - plugin: text - label: Fields - weight: 5 - selector: .views-ui-display-tab-bucket.field - body: 'If this view uses fields, they are listed here. You can click on a field to configure it.' - views-ui-filter: - id: views-ui-filter - plugin: text - label: 'Filter your view' - weight: 6 - selector: .views-ui-display-tab-bucket.filter - body: 'Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes.' - views-ui-filter-operations: - id: views-ui-filter-operations - plugin: text - label: 'Filter actions' - weight: 7 - selector: '.views-ui-display-tab-bucket.filter .dropbutton-widget' - body: 'Add, rearrange or remove filters.' - views-ui-sorts: - id: views-ui-sorts - plugin: text - label: 'Sort Criteria' - weight: 8 - selector: .views-ui-display-tab-bucket.sort - body: 'Control the order in which the results are output. Click on an active sort rule to configure it.' - views-ui-sorts-operations: - id: views-ui-sorts-operations - plugin: text - label: 'Sort actions' - weight: 9 - selector: '.views-ui-display-tab-bucket.sort .dropbutton-widget' - body: 'Add, rearrange or remove sorting rules.' - views-ui-preview: - id: views-ui-preview - plugin: text - label: Preview - weight: 10 - position: right - selector: '#preview-submit' - body: 'Show a preview of the view output.' diff --git a/config/sync/user.role.content_editor.yml b/config/sync/user.role.content_editor.yml index 906da07..017c73d 100644 --- a/config/sync/user.role.content_editor.yml +++ b/config/sync/user.role.content_editor.yml @@ -18,7 +18,6 @@ dependencies: - system - taxonomy - toolbar - - tour _core: default_config_hash: Wur9kcEOwY1Jal81NssKnz3RhVJxAvBwyWQBGcA_1Go id: content_editor @@ -32,7 +31,6 @@ permissions: - 'access files overview' - 'access help pages' - 'access toolbar' - - 'access tour' - 'administer url aliases' - 'create article content' - 'create page content'