mirror of
https://github.com/jgonyea/grav-plugin-podcast.git
synced 2025-12-05 16:00:02 +01:00
Fixed typo. Moved max filesize to plugin configuration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user