Change default JS version to 'auto' (#4150)

This commit is contained in:
Andrey 2017-12-08 19:16:46 +02:00 committed by Paulus Schoutsen
parent d937207fc4
commit 33441230e0

View File

@ -23,7 +23,7 @@ frontend:
description: "Version of the JavaScript to serve to clients. Options: `es5` - transpiled so old browsers understand it. `latest` - not transpiled, so will work on recent browsers only. `auto` - select a version according to the browser user-agent. The value in the config can be overiden by putting `es5` or `latest` in the URL. For example `http://localhost:8123/states?es5` "
required: false
type: string
default: es5
default: auto
themes:
description: Allow to define different themes. See below for further details.
required: false