mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
draft torrent submit form #11
This commit is contained in:
parent
b1fe274ae8
commit
8df29ef605
12 changed files with 810 additions and 6 deletions
|
|
@ -12,10 +12,9 @@ parameters:
|
|||
app.page.title.length.max: '%env(APP_PAGE_TITLE_LENGTH_MAX)%'
|
||||
app.page.description.length.min: '%env(APP_PAGE_DESCRIPTION_LENGTH_MIN)%'
|
||||
app.page.description.length.max: '%env(APP_PAGE_DESCRIPTION_LENGTH_MAX)%'
|
||||
app.page.torrent.quantity.min: '%env(APP_PAGE_TORRENT_QUANTITY_MIN)%'
|
||||
app.page.torrent.quantity.max: '%env(APP_PAGE_TORRENT_QUANTITY_MAX)%'
|
||||
app.page.torrent.size.min: '%env(APP_PAGE_TORRENT_SIZE_MIN)%'
|
||||
app.page.torrent.size.max: '%env(APP_PAGE_TORRENT_SIZE_MAX)%'
|
||||
app.page.torrent.file.quantity.min: '%env(APP_PAGE_TORRENT_FILE_QUANTITY_MIN)%'
|
||||
app.page.torrent.file.quantity.max: '%env(APP_PAGE_TORRENT_FILE_QUANTITY_MAX)%'
|
||||
app.torrent.size.max: '%env(APP_TORRENT_FILE_SIZE_MAX)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue