draft submit form #14

This commit is contained in:
ghost 2023-10-05 00:15:00 +03:00
parent ffa568275f
commit 731624d886
5 changed files with 340 additions and 130 deletions

View file

@ -8,6 +8,14 @@ parameters:
app.name: '%env(APP_NAME)%'
app.locale: '%env(APP_LOCALE)%'
app.locales: '%env(APP_LOCALES)%'
app.page.title.length.min: '%env(APP_PAGE_TITLE_LENGTH_MIN)%'
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)%'
services:
# default configuration for services in *this* file