feature: add circle to a community

This commit is contained in:
Jean-Baptiste Pasquier
2021-03-29 17:08:50 +02:00
parent d1560914c1
commit a60278b43c
10 changed files with 48 additions and 20 deletions

View File

@ -1,3 +1,3 @@
if componentSet.has('admin') && componentSet.has('circles')
solid-widget(name='hubl-admin-community-logo')
template ${value != "" ? `<img style="height:76px; max-width:100%;" src="${value}" alt="community's logo" />` : `<div style="height:76px;"></div>`}
template ${value != "" ? `<div \style="background-image:url(${value});" />` : `<div></div>`}