patch: comminities-map - styles added

This commit is contained in:
gaelle morin
2021-04-09 18:52:35 +02:00
parent ef2d17f1df
commit 54c60f7a59
5 changed files with 69 additions and 8 deletions

View File

@ -0,0 +1,19 @@
if componentSet.has('communities')
solid-widget(name='hubl-communities-name')
template
solid-link(
data-src="${src || value}"
next=`${getRoute(`communities`, true)}-profile`
)
solid-display(
data-src="${src || value}"
fields="name"
)
solid-widget(name='hubl-communities-map-fix-url-name')
template
solid-display(
data-src="${src}"
fields="community"
widget-community='hubl-communities-name'
)