Skip to content
Snippets Groups Projects
Commit 52cc5770 authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

fix: sib-core version

parent 97cef8a4
No related branches found
No related tags found
Loading
......@@ -33,7 +33,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
//- cdn
script(type="module" src="https://unpkg.com/@startinblox/core@latest")
script(type="module" src="https://unpkg.com/@startinblox/core@0.5.7")
script(type="module" src="https://unpkg.com/@startinblox/router@latest")
script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js")
......
.form-view
sib-form.block(
data-fields='user, picture, bio, groups, jabberID, phone, pseudo, skills, website',
data-fields='user.first_name, user.last_name, user.account.picture, bio, groups, phone, skills, website',
widget-user='hdapp-usereditinfo',
range-groups=`${sdn}/groups/`, widget-skills='sib-form-multiple-dropdown',
range-skills=`${sdn}/skills/`,
......
import {DisplayWidgets, Helpers, SIBWidget} from 'https://unpkg.com/@startinblox/core@latest';
import {store} from 'https://unpkg.com/@startinblox/core@latest/src/store';
const SIBDisplayLookupList = DisplayWidgets.SIBDisplayLookupList;
import {Helpers, SIBWidget, SIBDisplayLookupList, store} from 'https://unpkg.com/@startinblox/core@0.5.7';
class HDAppUserInfo extends SIBDisplayLookupList {
get parentElement() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment