Build the HTML through Javascript using the configuration file #11

Open
opened 2023-06-04 09:50:05 +02:00 by caribaud · 0 comments
Owner

To avoid people having to mess around too much in the HTML of their website, the JS could simply build the HTML itself.

The config would have to contain the URLS

Then, the steps would be:

  • Generate / host config file
  • include CSS
  • include JS
  • add a <div id="melpomene" data-melpomene-config="/path/to/config/file"></div> in the HTML

And that would be it.

To avoid people having to mess around too much in the HTML of their website, the JS could simply build the HTML itself. The config would have to contain the URLS Then, the steps would be: + Generate / host config file + include CSS + include JS + add a `<div id="melpomene" data-melpomene-config="/path/to/config/file"></div>` in the HTML And that would be it.
caribaud added the
kind/enhancement
label 2023-06-04 09:50:05 +02:00
caribaud added this to the Version 2.0.0 milestone 2023-06-04 09:53:16 +02:00
caribaud added the
scope/core
label 2023-06-04 21:17:07 +02:00
Sign in to join this conversation.
No description provided.