mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-19 13:26:03 -05:00
MediaCMS frontend, initial commit
This commit is contained in:
19
templates/config/index.html
Normal file
19
templates/config/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
var MediaCMS = {
|
||||
{% if media %}mediaId: "{{media}}", {% endif %}
|
||||
{% if user %}profileId: "{{user.username}}", {% endif %}
|
||||
};
|
||||
|
||||
{% include "config/core/api.html" %}
|
||||
{% include "config/core/url.html" %}
|
||||
{% include "config/core/user.html" %}
|
||||
|
||||
{% include "config/installation/contents.html" %}
|
||||
{% include "config/installation/features.html" %}
|
||||
{% include "config/installation/pages.html" %}
|
||||
{% include "config/installation/site.html" %}
|
||||
|
||||
window.MediaCMS = MediaCMS;
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user