This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
Documentation/Images/AutomaticScreenshots/RootlevelFlag.rst.txt
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,7 @@ | ||
.. Automatic screenshot: Remove this line if you want to manually change this file | ||
.. figure:: /Images/AutomaticScreenshots/RootlevelFlag.png | ||
:alt: The rootlevel flag in a template record. | ||
:class: with-shadow | ||
|
||
The rootlevel flag in a template record. |
Binary file added
BIN
+83.5 KB
Documentation/Images/AutomaticScreenshots/TemplateAnalyzerStructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
Documentation/Images/AutomaticScreenshots/TemplateAnalyzerStructure.rst.txt
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,7 @@ | ||
.. Automatic screenshot: Remove this line if you want to manually change this file | ||
.. figure:: /Images/AutomaticScreenshots/TemplateAnalyzerStructure.png | ||
:alt: The template structure as seen with the Template Analyzer | ||
:class: with-shadow | ||
|
||
The template structure as seen with the Template Analyzer |
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-78.4 KB
Documentation/Images/ManualScreenshots/TemplateAnalyzerStructure.png
Binary file not shown.
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
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,55 @@ | ||
{ | ||
"suites": { | ||
"Introduction": { | ||
"screenshots": { | ||
"_default": [ | ||
{"action": "resizeWindow", "width": 1024,"height": 768}, | ||
{"action": "setScreenshotsDocumentationPath", "path": "Documentation"}, | ||
{"action": "setScreenshotsImagePath","path": "Images/AutomaticScreenshots"}, | ||
{"action": "setScreenshotsRstPath","path": "Images/AutomaticScreenshots"}, | ||
{"action": "setCodeSnippetsSourcePath","path": "typo3conf/ext/styleguide"}, | ||
{"action": "setCodeSnippetsTargetPath", "path": "CodeSnippets"} | ||
], | ||
"templatesModule": [ | ||
{"include": "_default"}, | ||
{"action": "see", "text": "Template"}, | ||
{"action": "click", "link": "Template"}, | ||
{"action": "drawBox", "selector": "#web_ts"}, | ||
{"action": "openPageTreePath", "path": ["Congratulations"]}, | ||
{"action": "switchToContentFrame"}, | ||
{"action": "wait", "timeout": "1"}, | ||
{"action": "selectOption", "select": "select.t3-js-jumpMenuBox", "option": "Template Analyzer"}, | ||
{"action": "see", "text": "Template hierarchy"}, | ||
{"action": "drawBox", "selector": "select.t3-js-jumpMenuBox"}, | ||
{ | ||
"action": "makeScreenshotOfElement", | ||
"altText": "The template structure as seen with the Template Analyzer", | ||
"captionText": "The template structure as seen with the Template Analyzer", | ||
"fileName": "TemplateAnalyzerStructure" | ||
} | ||
], | ||
"templatesRecords": [ | ||
{"include": "_default"}, | ||
{"action": "resizeWindow", "width": 640,"height": 768}, | ||
{ | ||
"action": "goToRecord", | ||
"table": "sys_template", | ||
"uid": 2 | ||
}, | ||
{"action": "click", "link": "Options"}, | ||
{ | ||
"action": "drawBox", | ||
"selector": "//fieldset[contains(., \"Rootlevel\")]" | ||
}, | ||
{ | ||
"action": "makeScreenshotOfElement", | ||
"fileName": "RootlevelFlag", | ||
"selector": ".t3js-module-body", | ||
"captionText": "The rootlevel flag in a template record.", | ||
"altText": "The rootlevel flag in a template record." | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |