-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Create and fix TypoScript for use guide ext (#130)
- Loading branch information
1 parent
301833b
commit 5d1690c
Showing
5 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
mod.guide.tours.ThemesModule { | ||
title = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_title | ||
description = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_description | ||
moduleName = web_ThemesMod1 | ||
iconIdentifier = guide-tour-themes-module | ||
steps { | ||
10 { | ||
selector = #typo3-docheader | ||
title = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_title | ||
content = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_description | ||
placement = bottom | ||
showArrow = false | ||
} | ||
20 { | ||
selector = #categoriesFilterSearchField | ||
title = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_10_title | ||
content = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_10_content | ||
placement = top | ||
} | ||
30 { | ||
selector = .editToggle:first | ||
title = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_20_title | ||
content = LLL:EXT:theme_t3kit/Resources/Private/Language/GuideThemeModule.xlf:guide_thememodule_20_content | ||
placement = top | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Add our guides tour | ||
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:theme_t3kit/Configuration/Guides/PageTS" extensions="pagets"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<xliff version="1.0"> | ||
<file source-language="en" datatype="plaintext" original="messages" date="2017-02-08T19:21:54Z" product-name="theme_t3kit"> | ||
<header/> | ||
<body> | ||
<trans-unit id="guide_thememodule_title"> | ||
<source>Theme Module</source> | ||
</trans-unit> | ||
<trans-unit id="guide_thememodule_description"> | ||
<source>Theme Description</source> | ||
</trans-unit> | ||
|
||
<trans-unit id="guide_thememodule_10_title"> | ||
<source>Theme constant filter</source> | ||
</trans-unit> | ||
<trans-unit id="guide_thememodule_10_content"> | ||
<source><![CDATA[Search]]></source> | ||
</trans-unit> | ||
|
||
<trans-unit id="guide_thememodule_20_title"> | ||
<source>Color</source> | ||
</trans-unit> | ||
<trans-unit id="guide_thememodule_20_content"> | ||
<source><![CDATA[Change colors]]></source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters