Skip to content

Add show_webby option #612

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

Closed
wants to merge 34 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0c031d2
Fix typo
rogamoore Jul 8, 2018
405485b
Merge pull request #529 from rogamoore/patch-2
teohhanhui Jul 8, 2018
1f2f0da
Documentation for the _api_persist flag (#523)
dunglas Jul 16, 2018
fb1173f
Add missing Field Cardinality in documentation
lologhi Jul 18, 2018
431742a
Merge pull request #541 from lologhi/patch-1
dunglas Jul 19, 2018
fea0876
Fixed some grammatical errors and/or typos.
MelvinLoos Aug 26, 2018
ccda39e
Merge pull request #568 from MelvinLoos/patch-1
teohhanhui Aug 27, 2018
ae97fb3
Correct typo
cedricziel Aug 28, 2018
d2197ab
Update design.md
cedricziel Aug 28, 2018
7f68ca3
Correct sentence in validation.md
cedricziel Aug 28, 2018
be31f5b
Add correct doc tag
cedricziel Aug 28, 2018
07ef7df
Merge pull request #572 from cedricziel/patch-5
dunglas Aug 28, 2018
d6d8b50
Merge pull request #571 from cedricziel/patch-4
dunglas Aug 28, 2018
765639f
Merge pull request #570 from cedricziel/patch-3
dunglas Aug 28, 2018
292928e
Merge pull request #569 from cedricziel/patch-1
dunglas Aug 28, 2018
c0aaba9
Fix broken URL in the doc
maks-rafalko Aug 30, 2018
2ea3fb2
Merge pull request #575 from borNfreee/patch-2
dunglas Aug 30, 2018
c73103f
Merge branch '2.3'
dunglas Oct 1, 2018
c37ed20
Merge branch '2.3'
dunglas Oct 1, 2018
e176770
Add plural s
cedricziel Oct 4, 2018
4403515
Merge pull request #597 from cedricziel/patch-7
teohhanhui Oct 4, 2018
db1cb25
Add `show_webby` option
Deuchnord Oct 9, 2018
e17e0ec
Fixed typo
Deuchnord Oct 9, 2018
88136bd
:pencil2: fix (core-file-upload): remove unused imports from CreateMe…
GregoireHebert Oct 20, 2018
052d53a
Merge branch '2.3'
dunglas Oct 22, 2018
d977c96
Fix typo on subresourceOperations.access_control
vincentchalamon Oct 25, 2018
0b9a518
Merge pull request #632 from vincentchalamon/master
dunglas Oct 25, 2018
8a0436f
Merge pull request #627 from GregoireHebert/fix-upload-example
dunglas Oct 30, 2018
fadb5de
Merge branch '2.3'
dunglas Oct 31, 2018
80ada83
Merge branch '2.3'
dunglas Nov 9, 2018
eba014d
Merge branch '2.3'
dunglas Nov 12, 2018
bda7281
Add `show_webby` option
Deuchnord Oct 9, 2018
727e4b0
Fixed typo
Deuchnord Oct 9, 2018
d1b3f17
Merge branch 'patch-2' of github.com:Deuchnord/api-platform-docs into…
Nov 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ api_platform:

# The version of the API.
version: '0.0.0'

# Set this to false if you want Webby to disappear.
show_webby: true

# Specify a name converter to use.
name_converter: ~
Expand Down