Fixed typo. Moved max filesize to plugin configuration

This commit is contained in:
Jeremy Gonyea
2018-05-09 13:06:43 -05:00
parent 06f83f8987
commit 4f39b3c84e
2 changed files with 11 additions and 6 deletions

View File

@@ -28,4 +28,9 @@ form:
1: Enabled
0: Disabled
validate:
type: bool
type: bool
max_upload:
type: text
label: Max Podcast Filesize (MB)
help: 'Make sure to set "upload_max_filesize" and "post_max_size" in your php.ini as well.'
default: 50

View File

@@ -32,20 +32,20 @@ form:
locally_hosted:
type: spacer
title: Locally Hosted Files
text: If you host your MP3 audio files on <strong>this</strong> server, upload the media below
text: If you host your audio files on <strong>this</strong> server, upload the media below
header.podcast.audio.local:
type: file
label: Local Podcast Audio
destination: '@self'
multiple: false
filesize: 50
config-filesize@: plugins.podcast.max_upload
limit: 1
accept:
- .mp3
- 'audio/*'
external_cdn:
type: spacer
title: External Files
text: If you host your MP3 audio files on <strong>another</strong> server/CDN, fill in the field below
text: If you host your audio files on <strong>another</strong> server/CDN, fill in the field below
header.podcast.audio.remote:
type: text
label: Remote Podcast URL
@@ -69,7 +69,7 @@ form:
label: Episode Image
destination: 'self@'
multiple: false
fileszie: 5
filesize: 5
accept:
- image/*
header.podcast.itunes.explicit: