open-orchestra/open-orchestra-model-bundle

View on GitHub
ModelBundle/Resources/config/validation/content.yml

Summary

Maintainability
Test Coverage
OpenOrchestra\ModelBundle\Document\Content:
    constraints:
        - OpenOrchestra\ModelBundle\Validator\Constraints\CheckPublishingDate: ~
    properties:
        name:
            - NotBlank: ~
        siteId:
            - NotBlank: ~
        contentType:
            - NotBlank: ~
        language:
            - NotBlank: ~
        deleted:
            - Type:
                type: bool
        attributes:
            - Valid: ~