Verified Commit 1c66f7ec authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3422600 by smustgrave, Spokje, quietone, catch, larowlan, lauriii, Wim...

Issue #3422600 by smustgrave, Spokje, quietone, catch, larowlan, lauriii, Wim Leers: Remove Tour module
parent e5796343
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1563,16 +1563,6 @@
	'count' => 1,
	'path' => __DIR__ . '/modules/taxonomy/src/VocabularyForm.php',
];
$ignoreErrors[] = [
	'message' => '#^Method Drupal\\\\tour\\\\TipPluginBase\\:\\:get\\(\\) should return string but return statement is missing\\.$#',
	'count' => 1,
	'path' => __DIR__ . '/modules/tour/src/TipPluginBase.php',
];
$ignoreErrors[] = [
	'message' => '#^Variable \\$location on left side of \\?\\? always exists and is not nullable\\.$#',
	'count' => 1,
	'path' => __DIR__ . '/modules/tour/src/TipPluginBase.php',
];
$ignoreErrors[] = [
	'message' => '#^Variable \\$violation_messages might not be defined\\.$#',
	'count' => 1,
+0 −3
Original line number Diff line number Diff line
@@ -401,9 +401,6 @@ Token
Toolbar
- Théodore Biadala 'nod_' https://www.drupal.org/u/nod_

Tour
- Nick Schuch 'nick_schuch' https://www.drupal.org/u/nick_schuch

Transliteration
- Andrei Mateescu 'amateescu' https://www.drupal.org/u/amateescu

+0 −39
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - block
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.'
+0 −31
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - language
id: language-add
label: 'Adding languages'
module: language
routes:
  -
    route_name: language.add
tips:
  language-add-overview:
    id: language-add-overview
    plugin: text
    label: 'Adding languages'
    weight: 1
    body: '<p>This page provides the ability to add common languages to your site.</p><p>If the desired language is not available, you can add a custom language.</p>'
  language-add-choose:
    id: language-add-choose
    plugin: text
    label: 'Select language'
    weight: 2
    selector: '#edit-predefined-langcode'
    body: '<p>Choose a language from the list, or choose "Custom language..." at the end of the list.</p><p>Click the "Add language" button when you are done choosing your language.</p><p>When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.</p>'
  language-add-continue:
    id: language-add-continue
    plugin: text
    label: 'Continuing on'
    weight: 3
    body: '<p>Now that you have an overview of the "Add languages" feature, you can continue by:<ul><li>Adding a language</li><li>Adding a custom language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'
+0 −45
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - language
id: language-edit
label: 'Editing languages'
module: language
routes:
  -
    route_name: entity.configurable_language.edit_form
tips:
  language-edit-overview:
    id: language-edit-overview
    plugin: text
    label: 'Editing languages'
    weight: 1
    body: '<p>This page provides the ability to edit a language on your site, including custom languages.</p>'
  language-edit-langcode:
    id: language-edit-langcode
    plugin: text
    label: 'Language code'
    weight: 2
    selector: '#edit-langcode-view'
    body: '<p>You cannot change the code of a language on the site, since it is used by the system to keep track of the language.</p>'
  language-edit-label:
    id: language-edit-label
    plugin: text
    label: 'Language name'
    weight: 3
    selector: '#edit-label'
    body: '<p>The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.</p>'
  language-edit-direction:
    id: language-edit-direction
    plugin: text
    label: 'Language direction'
    weight: 4
    selector: '#edit-direction--wrapper--description'
    body: '<p>Choose if the language is a "Left to right" or "Right to left" language.</p><p>Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".</p>'
  language-edit-continue:
    id: language-edit-continue
    plugin: text
    label: 'Continuing on'
    weight: 5
    body: '<p>Now that you have an overview of the "Edit language" feature, you can continue by:<ul><li>Editing a language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'
Loading