docs: improve MEDIA_SET_NAMING_TEMPLATE_SCHEMA description
This commit is contained in:
parent
18ce01caff
commit
7f07991035
|
@ -34,7 +34,7 @@ pub const MEDIA_POOL_NAME_SCHEMA: Schema = StringSchema::new("Media pool name.")
|
|||
.schema();
|
||||
|
||||
pub const MEDIA_SET_NAMING_TEMPLATE_SCHEMA: Schema = StringSchema::new(
|
||||
"Media set naming template.")
|
||||
"Media set naming template (may contain strftime() time format specifications).")
|
||||
.format(&SINGLE_LINE_COMMENT_FORMAT)
|
||||
.min_length(2)
|
||||
.max_length(64)
|
||||
|
|
Loading…
Reference in New Issue