Skip to content

Commit

Permalink
[TASK] Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Opitz committed Apr 28, 2017
1 parent f974bbd commit ddedb47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions Documentation/FaqFrequentlyAskedQuestions/Index.rst
Expand Up @@ -18,19 +18,21 @@ following configuration will produce the error described above:

::

page = PAGE
page.typeNum = 0
page.10 < plugin.tx_templavoilaplus_pi1
page = PAGE
page.typeNum = 0
page.10 < plugin.tx_templavoilaplus_pi1

Instead use the following code and have a look at the configuration
section of this manual:

::

page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = Ppi\TemplaVoilaPlus\Controller\FrontendController->main_page
page = PAGE
page {
typeNum = 0
10 = USER
10.userFunc = Ppi\TemplaVoilaPlus\Controller\FrontendController->main_page
}

**Q:** *I made “Content Elements” field, added content elements there
but nothing is displayed in FrontEnd. What should I do now?*
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Migration/Index.rst
Expand Up @@ -30,7 +30,7 @@ Steps to work
page {
typeNum = 0
10 = USER
10.userFunc = Extension\Templavoila\Controller\FrontendController->main_page
10.userFunc = Ppi\TemplaVoilaPlus\Controller\FrontendController->main_page
}
Now your system should be ready. If all works you can remove the old TemplaVoilà extension from your system.
Expand Down

0 comments on commit ddedb47

Please sign in to comment.