Skip to content
Snippets Groups Projects
Commit eb409735 authored by Gareth Poole's avatar Gareth Poole
Browse files

Issue #3358346 by HeikeT: Sector 10 - Default page config and sample content

parent 8430db3f
No related branches found
No related tags found
1 merge request!38Issue #3375049 "Upgrade rabbit hole"
_meta:
version: '1.0'
entity_type: menu_link_content
uuid: e544759d-a240-4bd6-aef6-ffccef7391c7
bundle: menu_link_content
default_langcode: en
depends:
3820bee2-d24d-4ef0-9a3f-20a9eb1d6076: menu_link_content
dd542f54-4b35-436a-a28d-74f624f9a89e: node
default:
enabled:
-
value: true
title:
-
value: 'Content elements'
menu_name:
-
value: sector-main-menu
link:
-
target_uuid: dd542f54-4b35-436a-a28d-74f624f9a89e
title: ''
options: { }
external:
-
value: false
rediscover:
-
value: false
weight:
-
value: 0
expanded:
-
value: false
parent:
-
value: 'menu_link_content:3820bee2-d24d-4ef0-9a3f-20a9eb1d6076'
revision_translation_affected:
-
value: true
\ No newline at end of file
_meta:
version: '1.0'
entity_type: node
uuid: dd542f54-4b35-436a-a28d-74f624f9a89e
bundle: page
default_langcode: en
default:
revision_uid:
-
target_id: 1
status:
-
value: true
uid:
-
target_id: 1
title:
-
value: 'Content elements'
created:
-
value: 1683588603
promote:
-
value: false
sticky:
-
value: false
revision_translation_affected:
-
value: true
path:
-
alias: ''
langcode: en
pathauto: 0
rh_action:
-
value: bundle_default
rh_redirect_response:
-
value: 301
rh_redirect_fallback_action:
-
value: bundle_default
body:
-
value: '<p class="lead">WYSIWYG stands for What-You-See-Is-What-You-Get - an editor interface that allows you to view something very similar to the end result while you create your content. (Lead style)</p><p>This page lists the standard formatting options that are included in the Sector Starter Kit.</p><h2>Basic text formats</h2><h3>Headings and styles</h3><p>You can apply headings as well as text styles for paragraphs–block elements–or text styles, for example <span class="highlight">highlights</span>. You can also make text <strong>bold</strong>, <em>italic</em>, <s>strike through it</s>, and use <sup>super</sup>script and <sub>sub</sub>script.</p><p>&nbsp;</p><h3>Internal links</h3><p>Under review! ... <a href="https://www.drupal.org/project/linkit">LinkIT</a> provides a sustainable solution for internal links. You don''t have to copy, or remember the URL, instead you can highlight the <a href="https://sector9.sdc1.sparksi.co/news">text to link</a>, click on the link button, search for the content you want to link, and select the right page from the results.</p><h3>External links</h3><p>Just copy and paste the external link into to <a href="https://www.drupal.org/project/linkit">LinkIt URL field</a> and confirm that it is an external link.</p><h3>Anchors</h3><p>HTML anchors allow you to link within a page. Set an anchor - remember to place the cursor without highlight text. You can now link to the anchor by setting <a href="https://sector9.sdc1.sparksi.co/section/sector-standard-page-content-elements#sample">#name-of-your-anchor </a>as the URL in the LinkIT URL field.</p><h3>Editing and removing links</h3><p>To edit or remove links, double-click or right-click the link text.</p><h3>Lists</h3><h4>Unordered list</h4><ul><li>Bullet point 1</li><li>Bullet point 2</li><li>Bullet point 3</li><li>Bullet point 4</li></ul><h4>Ordered list</h4><ol><li>List item 1</li><li>List item 2</li><li>List item 3</li><li>List item 4</li></ol><h4>Increase indent / Decrease indent</h4><ul><li>Bullet point 1<ul><li>Bullet point 2<ul><li>Bullet point 3</li></ul></li></ul></li><li>Bullet point 4</li></ul><ol><li>List item 1<ol><li>Increase indent / Decrease indent<ol><li>Double Increase indent</li></ol></li></ol></li><li>List item 3</li><li>List item 4</li></ol><h2>Editor tools</h2><p>Tools to improve your workflow</p><p>The WYSIWYG editor also allows you to:</p><ul><li>undo (or redo) your changes,</li><li>use ‘Show Block’ to display the HTML block element containers as dotted lines,</li><li>remove unwanted formats,</li><li><s>paste as plain text,</s></li><li><s>paste as word,</s></li><li>support for Māori macrons,&nbsp;</li><li><s>maximise your editor window,</s></li><li>switch to HTML source view.</li></ul>'
format: basic_html
summary: ''
\ No newline at end of file
......@@ -4,9 +4,13 @@ dependencies:
config:
- system.menu.sector-main-menu
module:
- block_class
- menu_block
theme:
- sector_starter
third_party_settings:
block_class:
replaced_id: navigation
id: sector_starter_main_menu
theme: sector_starter
region: navigation
......@@ -26,5 +30,5 @@ settings:
depth: 1
expand_all_items: false
parent: 'sector-main-menu:menu_link_content:3820bee2-d24d-4ef0-9a3f-20a9eb1d6076'
suggestion: sector_main_menu
suggestion: sector_starter_main_menu
visibility: { }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment