open-orchestra/open-orchestra-model-bundle

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

Summary

Maintainability
Test Coverage
OpenOrchestra\ModelBundle\Document\FieldType:
    properties:
        searchable:
            - Type:
                type: bool
        translatable:
            - Type:
                type: bool
        listable:
            - Type:
                type: bool
        fieldId:
            - OpenOrchestra\ModelBundle\Validator\Constraints\IdAuthorizedCharacter: ~
        labels:
            - NotBlank: ~
        options:
            - Valid: ~