[TASK] Improve handing for empty assets in dev environment
This commit is contained in:
parent
d99c831bbb
commit
4f28dda912
@ -14,4 +14,6 @@ plugin.tx_templatesaide_dummy {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
|
## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is overwritten with the defaults of the extension builder
|
||||||
|
|
||||||
|
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:templates_aide/Resources/Private/TypoScript/constants.ts">
|
||||||
|
@ -24,6 +24,10 @@ page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
["{$asset.css.site}" == ""]
|
||||||
|
page.includeCSS.file01 >
|
||||||
|
[global]
|
||||||
|
|
||||||
pageContentelement = PAGE
|
pageContentelement = PAGE
|
||||||
pageContentelement {
|
pageContentelement {
|
||||||
typeNum = 5000
|
typeNum = 5000
|
||||||
|
2
Resources/Private/TypoScript/constants.ts
Normal file
2
Resources/Private/TypoScript/constants.ts
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
asset.js.site =
|
||||||
|
asset.css.site =
|
Loading…
x
Reference in New Issue
Block a user