mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
draft images feature #14
This commit is contained in:
parent
947e359976
commit
6b112d441c
4 changed files with 64 additions and 2 deletions
|
|
@ -298,6 +298,17 @@ class AppModelValidator
|
|||
return true;
|
||||
}
|
||||
|
||||
/// Page image
|
||||
public function getPageImageRequired() : bool
|
||||
{
|
||||
return $this->_config->page->image->required;
|
||||
}
|
||||
|
||||
public function getPageImageMimeTypes() : array
|
||||
{
|
||||
return $this->_config->page->image->mime;
|
||||
}
|
||||
|
||||
/// Page torrent
|
||||
public function getPageTorrentRequired() : bool
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue