patch: comminities-map - styles added
This commit is contained in:
@ -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'
|
||||
)
|
Reference in New Issue
Block a user