From 1da077422c73a088051f8d72f46864c13697819f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 May 2016 11:43:31 +0200 Subject: [PATCH] Fixed typo in texture node type form_schema['files'] --- pillar/manage_extra/node_types/texture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/manage_extra/node_types/texture.py b/pillar/manage_extra/node_types/texture.py index 7b587dc0..0cc39d97 100644 --- a/pillar/manage_extra/node_types/texture.py +++ b/pillar/manage_extra/node_types/texture.py @@ -62,7 +62,7 @@ node_type_texture = { 'form_schema': { 'status': {}, 'content_type': {'visible': False}, - 'files': [], + 'files': {}, 'is_tileable': {}, 'is_landscape': {}, 'resolution': {},