🎉 Add Libraries & Templates carousel

This commit is contained in:
Pablo Alba 2022-08-05 13:18:30 +02:00 committed by Alejandro Alonso
parent 2211fea976
commit edb46b2080
16 changed files with 456 additions and 43 deletions

View file

@ -400,4 +400,4 @@
(sv/defmethod ::retrieve-list-of-builtin-templates
[cfg _params]
(mapv #(select-keys % [:id :name]) (:templates cfg)))
(mapv #(select-keys % [:id :name :thumbnail-uri]) (:templates cfg)))