Advertisement
khschimpf

Untitled

Dec 16th, 2021
1,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Packages/vt11/Ressources/Privat/Templates/Default.html
  2.  
  3. <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"></html>
  4. <f:layout name="Default"/>
  5. <f:section name="Main">
  6.     <h2>Das ist meine Template-Datei</h2>
  7. </f:section>
  8.  
  9. Packages/vt11/Configuration/TypoScript/Setup/page.typoscript
  10. page = PAGE
  11.  
  12. page {
  13.     meta {
  14.         viewport = width=device-width, initial-scale=1, user-scalable=no
  15.     }
  16.     includeCSS {
  17.         main = EXT:vt11/Ressources/Public/Css/main.css
  18.     }
  19.     includeJSFooter {
  20.         jquery = EXT:vt11/Resources/Public/JavaScript/jquery.min.js
  21.         browser = EXT:vt11/Resources/Public/JavaScript/browser.min.js
  22.         breakpoints = EXT:vt11/Resources/Public/JavaScript/breakpoints.min.js
  23.         util = EXT:vt11/Resources/Public/JavaScript/util.js
  24.         main = EXT:vt11/Resources/Public/JavaScript/main.js
  25.     }
  26. }
  27. page.10 = FLUIDTEMPLATE
  28. page.10 {
  29.     layoutRootPath = EXT:vt11/Ressources/Privat/Layouts/
  30.     partialRootPath = EXT:vt11/Ressources/Privat/Partials/
  31.     file = EXT:vt11/Ressources/Privat/Templates/Default.html
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement