From 24d17b7265fb7dc87123c2521f9687624e924e4e Mon Sep 17 00:00:00 2001 From: nielsonm Date: Thu, 13 Feb 2014 16:31:03 -0800 Subject: [PATCH] Issue #2040817 by nielsonm: Edit Issue Tour for admin/content. --- .../node/config/tour.tour.edit-content-ui.yml | 58 ++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 core/modules/node/config/tour.tour.edit-content-ui.yml diff --git a/core/modules/node/config/tour.tour.edit-content-ui.yml b/core/modules/node/config/tour.tour.edit-content-ui.yml new file mode 100644 index 0000000..5e8c863 --- /dev/null +++ b/core/modules/node/config/tour.tour.edit-content-ui.yml @@ -0,0 +1,58 @@ +id: edit-content +module: 'node' +label: 'Edit content' +langcode: en +routes: + - route_name: node.add +tips: + edit-content-ui-main: + id: edit-content-main + plugin: text + label: 'Content editing' + weight: '1' + body: 'Use this page to add or edit content on your site. To add a content type (template) go to structure/content types' + edit-content-ui-: + id: edit-content-title + plugin: text + label: 'The title field' + weight: '2' + body: 'Use this to name your post. The title is typically displayed as a headline at the top of the page.' + attributes: + data-id: 'edit-title' + edit-content-body: + id: edit-content-body + plugin: text + label: 'The body field' + weight: '3' + body: 'Add the body or main content of your post in here.' + location: top + attributes: + data-class: 'field-name-body' + edit-content-options: + id: edit-content-options + plugin: text + label: 'Optional information' + weight: '4' + body: 'The rest of the settings are optional. They help control how and where your content is published on your site.' + location: left + attributes: + data-id: 'edit-menu' + edit-content-preview: + id: edit-content-preview + plugin: text + label: 'Previewing content' + weight: '5' + body: 'Previewing shows you what your post will look like when published. This does not save your post or make it live.' + location: top + attributes: + data-id: 'edit-preview' + edit-content-save: + id: edit-content-save + plugin: text + label: 'Saving and publishing content' + weight: '6' + body: 'This is where you save and publish your posts. Saving updates them in your database; publishing makes them live and public on your site.' + location: top + attributes: + data-id: 'edit-actions' +status: '1' -- 1.7.10.4