Skip to content

Feature/community directory 21

Jean-Baptiste Pasquier requested to merge feature/community-directory-21 into master

Contains:


Set a default avatar instead of the alien one:

{
  "client": {
    "defaultAvatar": "http://server/path/to/image.webp",
  }
}

Use community component:

{
  "components": [
    {
      "type": "communities",
      "parameters": {
        "addresses": "federation://community-addresses/",
        "dataSrc": "federation://communities/",
        "noRender": "",
        "uploads": "server://upload/"
      },
      "route": "communities",
      "experimental": ["routing"]
    }
  ]
}

Notice the "experimental": ["routing"]. The component version of community works on a no-code Orbit V10 base. https://git.startinblox.com/components/solid-communities/

Edited by Jean-Baptiste Pasquier

Merge request reports