-
Notifications
You must be signed in to change notification settings - Fork 5
documentation of typo3:cms:typoscript:merge_pagets #24
documentation of typo3:cms:typoscript:merge_pagets #24
Conversation
|
|
||
| TODO | ||
| You would usually use this task during development and deployment: | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The usage in ruby is not needed, please just document the usage in a shell
| system 'cap <stage> typo3:cms:typoscript:merge_pagets' | ||
| {% endhighlight %} | ||
|
|
||
| Its recommended to upload pagets before: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is recommended to upload the PageTS file before exection:
| Here is an example for a multistage PageTs: | ||
|
|
||
| {% highlight ruby %} | ||
| set :typoscript_pagets_paths, 'typo3conf/ext/customer_extension/Configuration/TypoScript/TSConf' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not write customer_extension and write dkdeploy_extension
| set :typoscript_pagets_paths, 'typo3conf/ext/customer_extension/Configuration/TypoScript/TSConf' | ||
| {% endhighlight %} | ||
|
|
||
| The configured paths should have a ```Stages``` sub-directory with stage specific PageTs files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only single backticks - the triple backticks are only necessary for multiline code tag
Stages
|
And also please rebase your changes on the current |
replace tripple backticks with single backticks, use dkdeploy_extension in examples, describe only shell usage
This adds documentation for the task
typo3:cms:typoscript:merge_pagetsin thedkdeploy-typo3-cmsgem