Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jun 26, 2017
1 parent 0bbc12a commit b6793c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/doc/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,12 @@ sulu_article:
page_tree_route:
update: task # "request" or "off"
```
**Route move**
When the parent-page of multiple articles should be changed (e.g. the page was removed) you can use following command to
update the parent-page of all articles which are related to the given page-url.
```bash
bin/console sulu:article:page-tree:move /page-1 /page-2 sulu_io de
```

0 comments on commit b6793c8

Please sign in to comment.