headwirecom / themeclean-flex

Super fast, Super clean, Peregrine Theme
https://www.peregrine-cms.com
Apache License 2.0
3 stars 21 forks source link

root .content.xml references admin dependencies #179

Open flx-sta opened 3 years ago

flx-sta commented 3 years ago

Describe the bug

See siteJS and siteCSS

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root
  xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
  xmlns:jcr="http://www.jcp.org/jcr/1.0"
  jcr:primaryType="per:Page">

  <jcr:content
    jcr:primaryType="per:PageContent"
    sling:resourceType="themecleanflex/components/page"
    jcr:title="themecleanflex root template"
    siteJS="[/etc/felibs/admin/dependencies/vfg.js,/content/themecleanflex/pages/js/formsapp.js]"
    siteCSS="[/etc/felibs/admin/dependencies/vfg.css,/content/themecleanflex/pages/css/commons.css,/content/themecleanflex/pages/css/palettes/default.css,/content/themecleanflex/pages/css/palette.css,/etc/felibs/themecleanflex.css,/content/themecleanflex/pages/css/custom.css,https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap]"
    prefetchDNS="[https://www.youtube.com,https://s.ytimg.com,https://www.google.com,https://fonts.gstatic.com,https://www.youtube-nocookie.com]"/>

    <footer/>
    <blank/>

</jcr:root>
reusr1 commented 3 years ago

@Felix-Puetz these dependencies will go away once the jsonforms code is in the project, right?