Add MDRequirementsSet to list commonly used requirements
This commit is contained in:
parent
1905450776
commit
d5bc140889
19
src/MDRequirementsSet.php
Normal file
19
src/MDRequirementsSet.php
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?PHP
|
||||||
|
/**
|
||||||
|
* Class containing requirements for museum-digital generally.
|
||||||
|
*
|
||||||
|
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
||||||
|
*/
|
||||||
|
declare(strict_types = 1);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class containing requirements for museum-digital generally.
|
||||||
|
*/
|
||||||
|
final class MDRequirementsSet {
|
||||||
|
|
||||||
|
// Object images need to be at least 500 px wide
|
||||||
|
const MIN_OBJECT_IMAGE_WIDTH = 540;
|
||||||
|
// Object images need to be at least 500 px wide
|
||||||
|
const MIN_OBJECT_IMAGE_HEIGHT = 540;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user