Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE Extend docs #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions Configuration/PageTS/Library/Tours/Configuration.pagets_example

This file was deleted.

15 changes: 7 additions & 8 deletions Configuration/PageTS/Library/Tours/TemplateModule.pagets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod.guide.tours.TemplateModule {
description = LLL:EXT:guide/Resources/Private/Language/BootstrapTourTemplateModule.xlf:tx_guide_tour.description
moduleName = web_ts
iconIdentifier = module-web_ts
steps {
steps {
10 {
selector = .module-docheader
title = Template module
Expand All @@ -16,6 +16,7 @@ mod.guide.tours.TemplateModule {
stepByKey = template-module-button
}
}

20 {
selector = select[data-menu-identifier='web-func-jump-menu']
title = Module menu
Expand All @@ -29,29 +30,27 @@ mod.guide.tours.TemplateModule {
content = Here you're able to switch between different TypoScript templates, which might be on this page.
placement = bottom
}

210 {
selector = select[data-menu-identifier='constant-editor-cat']
title = Constants categories
content = Here you're able to switch between different constant categories.
placement = bottom
}

220 {
selector = .tstemplate-constanteditor
title = Constants
content = The following table allows you to modify the TypoScript constants from the selected category.
placement = top
}

230 {
selector = span[data-identifier='actions-open']:first
title = Constants
content = Click the <img data-icon-identifier="actions-open"/> icon for modify the constant.<br />If the pencil is deactivated, TYPO3 will use the defined default value for the TypoScript constant.
placement = left
click = true
}





}
}
}
}
Loading