Viva-con-Agua / bloob-frontend

GNU General Public License v3.0
0 stars 1 forks source link

Content creation #4

Closed tombiers closed 5 years ago

tombiers commented 5 years ago

A subject input line is needed. Integrate Mosaico to create the email body.

tombiers commented 5 years ago

try importing mosaico with the package manager

johannsell commented 5 years ago

20190404_092649 Since Mosaico has not been designed to be integrated in another page (see Mosaico #339, Mosaico #453 and Mosaico #213), we've decided to implement a wizard based design with three steps: 1) Meta data input 2) Mosaico 3) Confirm & Submit All three steps can be implemented as different views, thus Mosaico can use the full space and load everything needed without side effects.

There are three subquestions related to this: 1) How to integrate Mosaico as a Vue.js view (considering the vue-router)? 2) How to use / save the result of Mosaico? 3) Styling of the Mosaico editor?

tombiers commented 5 years ago

How to get html data from mosaico https://github.com/voidlabs/mosaico/issues/441

johannsell commented 5 years ago

Vuex data handling is broken.

johannsell commented 5 years ago

fixed in vca-mosaico