-
Notifications
You must be signed in to change notification settings - Fork 5
documentation of upload_pagets #25
Conversation
|
|
||
| ## upload\_pagets | ||
|
|
||
| Uploads PageTS files from local paths prefixed by variable ```copy_source``` |
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 only single backticks
| {% endhighlight %} | ||
|
|
||
| TODO | ||
| Let's say you want a stage-specific ```PageTS.txt```, then you use the ```stage``` variable when you set your pagets file name: |
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.
single backticks
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.
hmm, maybe this would be simpler to read, right?
For a stage specific file name set the variable like this:
| {% endhighlight %} | ||
|
|
||
| TODO | ||
| If the parent folder from ```typoscript_pagets_paths``` on your local environment differ from ```htdocs``` then it must |
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.
same
|
|
||
| ### Usage | ||
| {% highlight ruby %} | ||
| system 'cap <stage> typo3:cms:typoscript:upload_pagets' |
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.
again, only as shell usage :)
No description provided.