Mark the icon collections as builtin.

This commit is contained in:
Andrey Antukh 2015-12-27 15:27:48 +02:00
parent f393e301f0
commit 3aafaf4665

View File

@ -24,8 +24,10 @@
(def +collections+
[{:name "Material design"
:builtin true
:id 1
:icons +material+}
{:name "External icons"
:builtin true
:id 2
:icons +external+}])