This is a testing repo to use legion2-builder in an external lib.
See index.html how this could be used.
For issues or more settings please create issues at legion2-builder/issues
In the LegionTD2Builder object some settings can be changed.
<script type="application/javascript">
var LegionTD2Builder = {
containerId: 'someId',
gaId: 'google-analytics-id'
};
</script>
The id of the div where the builder should be added.
Can be empty or add your google analytics id, if you want to track page changes. The gaID usually has the format like UA-xxxxxxxx-x
Set the path of the Icons folder, e.g. "images/Icons". Defaults to "/Icons".
Set a basePath if the builder is not running on the main page. Defaults to window.location.pathname
.
Default should be fine in most of the cases.
A query string which should be added to the URL. Defaults to current search location.
Default should be fine in most of the cases.