Skip to content

Commit

Permalink
Merge branch '1.3' of github.com:ezsystems/ezplatform-admin-ui into 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Feb 13, 2019
2 parents c9f3de8 + 9c90fff commit d109dbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ matrix:
- BEHAT_OPTS="--profile=adminui --suite=adminui --no-interaction -vv"
- SYMFONY_ENV=behat
- SYMFONY_DEBUG=1
- php: 7.1
env:
- WEB_HOST="varnish"
- COMPOSE_FILE="doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
- BEHAT_OPTS="--profile=adminui --suite=adminui --no-interaction --tags=~@EZP-29291-excluded"
- SYMFONY_ENV=behat
- SYMFONY_DEBUG=1

cache:
directories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{%- block ezplatform_fieldtype_ezmedia_row -%}
{% set preview_block_name = 'ezmedia_preview' %}
{% set max_file_size = min(form.parent.vars.value.fieldDefinition.validatorConfiguration.FileSizeValidator.maxFileSize * 1024 * 1024, max_upload_size)|round %}
{% set attr = attr|merge({'accept': 'video/*'}) %}
{{ block('binary_base_row') }}
{%- endblock -%}

Expand Down

0 comments on commit d109dbc

Please sign in to comment.