X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fconfig%2Fschema%2Fsystem.schema.yml;fp=web%2Fcore%2Fmodules%2Fsystem%2Fconfig%2Fschema%2Fsystem.schema.yml;h=a6f61b68edf728c301db4c83ce39152f74b6aeef;hp=c23ed7e0aeeb94844f64c11e83dc8c9fd875bac2;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/config/schema/system.schema.yml b/web/core/modules/system/config/schema/system.schema.yml index c23ed7e0a..a6f61b68e 100644 --- a/web/core/modules/system/config/schema/system.schema.yml +++ b/web/core/modules/system/config/schema/system.schema.yml @@ -5,8 +5,11 @@ system.site: label: 'Site information' mapping: uuid: - type: string + type: uuid label: 'Site UUID' + constraints: + Uuid: [] + NotNull: [] name: type: label label: 'Site name' @@ -185,13 +188,6 @@ system.performance: gzip: type: boolean label: 'Compress JavaScript files.' - response: - type: mapping - label: 'Response performance settings' - mapping: - gzip: - type: boolean - label: 'Compress cached pages' stale_file_threshold: type: integer label: 'Stale file threshold'