-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added tab 'all'; Fixed bug with missing selection of current tab #33
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,19 @@ Install bundle over composer: | |
composer require sulu/article-bundle | ||
``` | ||
|
||
Possible bundle configurations: | ||
|
||
```yml | ||
sulu_article: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if you add some info (comment above) you could use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok, that means I can remove this part from the README? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no replace it with the output of this command |
||
documents: | ||
article: | ||
view: AppBundle\Document\ArticleViewDocument | ||
types: | ||
<TYPENAME>: | ||
translation_key: '<TRANSLATION-KEY>' | ||
display_tab_all: <BOOLEAN> | ||
``` | ||
|
||
Configure the bundles: | ||
|
||
```yml | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
i dont like this name (: but i cannot think of a better one. Have you any better suggestions?
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.
also you could add her some informations with
->info('...')
(see http://symfony.com/doc/current/components/config/definition.html#documenting-the-option)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.
I have no better suggestion :/