You are here

tour.tour.content-add.yml in Thunder 6.2.x

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>Let''s 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. selector: '#edit-field-channel'
  28. article-title:
  29. id: article-title
  30. plugin: text
  31. label: Title
  32. body: '<p>Enter the title of your article, which is used as main heading of your article.</p>'
  33. weight: 3
  34. selector: '#edit-title-wrapper'
  35. article-seo-title:
  36. id: article-seo-title
  37. plugin: text
  38. label: Seo-Title
  39. 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>'
  40. weight: 4
  41. selector: '#edit-field-seo-title-wrapper'
  42. article-teaser-media:
  43. id: article-teaser-media
  44. plugin: text
  45. label: 'Teaser media'
  46. 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>'
  47. weight: 5
  48. selector: '#edit-field-teaser-media'
  49. article-teaser-text:
  50. id: article-teaser-text
  51. plugin: text
  52. label: 'Teaser text'
  53. body: '<p>Type the text which will appear at the front page and which will be used for Facebook and Google-Snippets, too.</p>'
  54. weight: 6
  55. selector: '#edit-field-teaser-text-wrapper'
  56. article-paragraphs:
  57. id: article-paragraphs
  58. plugin: text
  59. label: Paragraphs
  60. 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>'
  61. weight: 7
  62. selector: '.paragraphs-container .fieldset-legend'
  63. article-advanced:
  64. id: article-advanced
  65. plugin: text
  66. label: Advanced
  67. 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>'
  68. weight: 8
  69. position: left
  70. selector: '#edit-advanced'
  71. article-actions:
  72. id: article-actions
  73. plugin: text
  74. label: 'Main actions'
  75. 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>'
  76. weight: 9
  77. position: top-start
  78. selector: '#edit-actions'
  79. article-last:
  80. id: article-last
  81. plugin: text
  82. label: 'What is next?'
  83. 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>.'
  84. weight: 10