AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

About: Markdown editor #1890

Closed e18r closed 4 years ago

e18r commented 4 years ago

Adapt the markdown editor to the new data structure of the About app:

widgets = [
  {
    type: 'markdown',
    data: {
      // include the widget-specific data structure here
    }
  }
]
ottodevs commented 4 years ago

Done in AutarkLabs/about#54