You are here

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

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

File

modules/thunder_demo/config/install/tour.tour.content-paragraphs.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - thunder_demo
  6. id: content-paragraphs
  7. label: 'Introduction to paragraphs'
  8. module: thunder_demo
  9. routes:
  10. -
  11. route_name: entity.node.edit_form
  12. route_params:
  13. node: '3'
  14. tips:
  15. article-paragraphs:
  16. id: article-paragraphs
  17. plugin: text
  18. label: Paragraphs
  19. body: '<p>The paragraphs section represents the main article content. Here you can add your text and various types of media.</p>'
  20. weight: 1
  21. selector: '.paragraphs-container .fieldset-legend'
  22. article-paragraphs-actions:
  23. id: article-paragraphs-actions
  24. plugin: text
  25. label: 'Paragraph actions'
  26. body: '<p>Each paragraph comes with it''s actions, which let you edit or remove it.</p>'
  27. weight: 2
  28. position: left
  29. selector: '#field-paragraphs-0-edit--2'
  30. article-paragraphs-text:
  31. id: article-paragraphs-text
  32. plugin: text
  33. label: Text
  34. body: '<p>This is a simple text paragraph with a WYSIWYG editor.</p>'
  35. weight: 3
  36. position: left
  37. selector: '#edit-field-paragraphs-0-top'
  38. article-paragraphs-video:
  39. id: article-paragraphs-video
  40. plugin: text
  41. label: Video
  42. body: '<p>This is a video. You can select one from the library or upload a new one.</p>'
  43. weight: 4
  44. position: left
  45. selector: '#edit-field-paragraphs-1-top'
  46. article-paragraphs-twitter:
  47. id: article-paragraphs-twitter
  48. plugin: text
  49. label: Twitter
  50. body: '<p>In order to display an Twitter card just paste in the url of the post and Thunder will do the rest for you. How smart!</p>'
  51. weight: 5
  52. position: left
  53. selector: '#edit-field-paragraphs-3-top'
  54. article-paragraphs-gallery:
  55. id: article-paragraphs-gallery
  56. plugin: text
  57. label: Gallery
  58. body: '<p>This is a gallery. By using the "Edit" button you''re able to add or delete images and change their order.</p>'
  59. weight: 6
  60. position: left
  61. selector: '#edit-field-paragraphs-8-top'
  62. article-paragraphs-more:
  63. id: article-paragraphs-more
  64. plugin: text
  65. label: 'Add paragraphs in between'
  66. body: '<p>Use this kind of button to add another paragraph at the place you like!</p>'
  67. weight: 7
  68. position: top
  69. selector: '#field-paragraphs-values .paragraphs-features__add-in-between__button'
  70. article-paragraphs-drag:
  71. id: article-paragraphs-drag
  72. plugin: text
  73. label: 'Reorder paragprahs'
  74. body: '<p>Activate the sort mode to easily reorder your paragraphs.</p>'
  75. weight: 8
  76. position: right
  77. selector: '#field-paragraphs-values .tabledrag-toggle-checkbox'
  78. article-paragraphs-last:
  79. id: article-paragraphs-last
  80. plugin: text
  81. label: 'What a tool!'
  82. body: '<p>Amazed? You should be! Paragraphs are a great tool that lets you structure your content the way you need it to be. It is specially useful if you''re planning to publish the content to various destinations such as smartphones, TVs and tablets.</p><p>Now we''ve learned how to create content. It is time <a href="/admin/content?tour">to see where we can manage it</a>.</p>'
  83. weight: 9