botpress / modules

MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
GNU Affero General Public License v3.0
23 stars 29 forks source link

Skill choice contains multiple languages #13

Closed epaminond closed 6 years ago

epaminond commented 6 years ago

@slvnperron , do you mean for choice-options either?

slvnperron commented 6 years ago

@epaminond This will suck very much for choices (having to create content elements for each) but I think it's the right solution. Content creation is something we need to make much easier and better from a UX point of view.

An idea is that we could have a <ContentPicker defaultContentType="text" enablePickingExisting={true} enableCreateNew={true} allowChangeContentType={false} />, which would automatically pick text as the content type. From there we will need to work on improving the creation of new text content types (making it a single click/shortcut away).

epaminond commented 6 years ago

Got it - OK, will change this.