|
@@ -1,8 +1,11 @@
|
|
SET title = 'Categories';
|
|
SET title = 'Categories';
|
|
-SET input_log_scale = 'hidden';
|
|
|
|
-SET input_start = 'disbled';
|
|
|
|
-SET input_end = 'disbled';
|
|
|
|
-SET input_unit_mass = 'hidden';
|
|
|
|
-SET input_unit_volume = 'hidden';
|
|
|
|
-SET input_unit_count = 'hidden';
|
|
|
|
|
|
+SET filter_config = '{
|
|
|
|
+ "log_scale": {"type": "hidden"},
|
|
|
|
+ "start": {"type": "hidden"},
|
|
|
|
+ "end": {"type": "hidden"},
|
|
|
|
+ "unit_mass": {"type": "hidden"},
|
|
|
|
+ "unit_volume": {"type": "hidden"},
|
|
|
|
+ "unit_count[]": {"type": "hidden"},
|
|
|
|
+ "tags[]": {"type": "hidden"}
|
|
|
|
+}';
|
|
SELECT 'dynamic' AS component, sqlpage.run_sql('sqlpage/internal/entry.sql') AS properties;
|
|
SELECT 'dynamic' AS component, sqlpage.run_sql('sqlpage/internal/entry.sql') AS properties;
|