You are here

tour.tour.content-add.yml in Thunder 8.5

modules/thunder_demo/config/install/tour.tour.content-add.yml

File

modules/thunder_demo/config/install/tour.tour.content-add.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - thunder_demo
  6. id: content-add
  7. label: 'Add new content'
  8. module: thunder_demo
  9. routes:
  10. -
  11. route_name: node.add
  12. route_params:
  13. node_type: article
  14. tips:
  15. article:
  16. id: article
  17. plugin: text
  18. label: 'Article creation page'
  19. body: '<p>On this step we''ll explain you the different parts of an article.</p><p>Lets start!</p>'
  20. weight: 1
  21. article-channel:
  22. id: article-channel
  23. plugin: text
  24. label: 'Channel selection'
  25. body: '<p>Channels reflect the site structure. Administrators can easily add, remove, modify and organize them using a simple UI.</p><p>Choose the one in which your article will be published.</p>'
  26. weight: 2
  27. attributes:
  28. data-id: edit-field-channel
  29. article-title:
  30. id: article-title
  31. plugin: text
  32. label: Title
  33. body: '<p>Enter the title of your article, which is used as main heading of your article.</p>'
  34. weight: 3
  35. attributes:
  36. data-id: edit-title-wrapper
  37. article-seo-title:
  38. id: article-seo-title
  39. plugin: text
  40. label: Seo-Title
  41. body: '<p>Enter the same or a different title, which is optimized for search engines.</p><p>It will be used to generate the url and as browser title.</p>'
  42. weight: 4
  43. attributes:
  44. data-id: edit-field-seo-title-wrapper
  45. article-teaser-media:
  46. id: article-teaser-media
  47. plugin: text
  48. label: 'Teaser media'
  49. body: '<p>Enter the information that will be used for teasers (on the front page for example). First upload or select a teaser image by clicking on the "Select entities" button.</p><p>Take your time! I am not going anywhere. ;)</p>'
  50. weight: 5
  51. attributes:
  52. data-id: edit-field-teaser-media
  53. article-teaser-text:
  54. id: article-teaser-text
  55. plugin: text
  56. label: 'Teaser text'
  57. body: '<p>Type the text which will appear at the front page and which will be used for Facebook and Google-Snippets, too.</p>'
  58. weight: 6
  59. attributes:
  60. data-id: edit-field-teaser-text-wrapper
  61. article-paragraphs:
  62. id: article-paragraphs
  63. plugin: text
  64. label: Paragraphs
  65. body: '<p>The paragraphs section represents the main article content. Here you can add your text and various types of media. It is easier to explain this part on an existing article, which we''ll do on our next stop.</p><p>But let me show you few more neat things first.</p>'
  66. weight: 7
  67. attributes:
  68. data-class: 'paragraphs-container .fieldset-legend'
  69. article-advanced:
  70. id: article-advanced
  71. plugin: text
  72. label: Advanced
  73. body: '<p>They let you configure advanced settings related to the article. You will use this part when dealing with SEO, article promotion, scheduling, etc.</p><p>Click on the section titles to expand them and see what they offer.</p>'
  74. weight: 8
  75. attributes:
  76. data-id: edit-advanced
  77. data-options: 'tipLocation: left'
  78. article-actions:
  79. id: article-actions
  80. plugin: text
  81. label: 'Main actions'
  82. body: '<p>You can preview, save, publish and unpublish the article here.</p><p>Try clicking the down arrow in the "Save and continue" button to reveal the hidden options.</p>'
  83. weight: 9
  84. attributes:
  85. data-id: edit-actions
  86. data-options: 'tipLocation: top'
  87. article-last:
  88. id: article-last
  89. plugin: text
  90. label: 'What''s next?'
  91. body: '<p>You have just learned how to create an article. What do you want to do next?</p><p><em>Ah, right!</em> I promised you that <a href="/node/7/edit?tour=1">I''ll teach you more about paragraphs</a>.'
  92. weight: 10