Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Conversation

@rolfos
Copy link
Contributor

@rolfos rolfos commented Apr 19, 2017

This adds documentation for the task typo3:cms:typoscript:merge_pagets in the dkdeploy-typo3-cms gem

@klyonrad klyonrad self-requested a review April 19, 2017 12:44
@klyonrad klyonrad self-assigned this Apr 19, 2017

TODO
You would usually use this task during development and deployment:

Copy link
Contributor

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:
Copy link
Contributor

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'
Copy link
Contributor

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.
Copy link
Contributor

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

@klyonrad klyonrad assigned rolfos and unassigned klyonrad Apr 19, 2017
@klyonrad klyonrad changed the title documentation of merge_pagets documentation of typo3:cms:typoscript:merge_pagets Apr 19, 2017
@klyonrad
Copy link
Contributor

And also please rebase your changes on the current develop branch

replace tripple backticks with single backticks, use dkdeploy_extension in examples, describe only shell usage
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants