first good looking code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
|
||||
<div id="main">
|
||||
<div class="container">
|
||||
<f:render section="Main"/>
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
||||
@@ -0,0 +1,32 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
|
||||
<f:section name="Main">
|
||||
<div id="content" class="container">
|
||||
<div class="row">
|
||||
<f:if condition="{marginal-content}">
|
||||
<f:then>
|
||||
<article class="content col-12 col-md-8">
|
||||
<f:cObject typoscriptObjectPath="lib.getHeadline" />
|
||||
{main-content -> f:format.raw()}
|
||||
</article>
|
||||
<aside class="marginal col-12 col-md-4">
|
||||
{marginal-content -> f:format.raw()}
|
||||
</aside>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<article class="content col-12 col-md-8">
|
||||
<f:cObject typoscriptObjectPath="lib.getHeadline" />
|
||||
{main-content -> f:format.raw()}
|
||||
</article>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
{footer-content -> f:format.raw()}
|
||||
</footer>
|
||||
</f:section>
|
||||
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<div class="container">
|
||||
<div class="alert alert-info">
|
||||
<dl>
|
||||
<dt>Template file</dt>
|
||||
<dd>
|
||||
<code>typo3conf/ext/sitepackage/Resources/Private/Templates/Page/Example.html</code>
|
||||
</dd>
|
||||
<dt>Backend Configuration</dt>
|
||||
<dd>
|
||||
<code>typo3conf/ext/sitepackage/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts/example.tsconfig</code>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<f:cObject typoscriptObjectPath="lib.dynamicContent" data="{pageUid: '{data.uid}', colPos: '0'}" />
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Main">
|
||||
<article class="content">
|
||||
<f:cObject typoscriptObjectPath="lib.getHeadline"/>
|
||||
{main-content -> f:format.raw()}
|
||||
</article>
|
||||
<footer>
|
||||
{footer-content -> f:format.raw()}
|
||||
</footer>
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -1,64 +1,10 @@
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ "use strict";
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./StyleSheets/styles.scss":
|
||||
/*!*********************************!*\
|
||||
!*** ./StyleSheets/styles.scss ***!
|
||||
\*********************************/
|
||||
/*! namespace exports */
|
||||
/*! exports [not provided] [no usage info] */
|
||||
/*! runtime requirements: __webpack_require__.r, __webpack_exports__, __webpack_require__.* */
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
/************************************************************************/
|
||||
/******/ // The module cache
|
||||
/******/ var __webpack_module_cache__ = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(__webpack_module_cache__[moduleId]) {
|
||||
/******/ return __webpack_module_cache__[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = __webpack_module_cache__[moduleId] = {
|
||||
/******/ // no module.id needed
|
||||
/******/ // no module.loaded needed
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/ // startup
|
||||
/******/ // Load entry module
|
||||
/******/ __webpack_require__("./StyleSheets/styles.scss");
|
||||
/******/ // This entry module used 'exports' so it can't be inlined
|
||||
/*! runtime requirements: */
|
||||
throw new Error("Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):\nModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\nSassError: Undefined variable.\n ╷\n29 │ -webkit-tap-highlight-color: rgba($black, 0); // 5\n │ ^^^^^^\n ╵\n StyleSheets/Bootstrap/_reboot.scss 29:37 @import\n StyleSheets/styles.scss 1:9 root stylesheet\n at processResult (/var/www/html/Packages/sitepackage/Build/node_modules/webpack/lib/NormalModule.js:583:19)\n at /var/www/html/Packages/sitepackage/Build/node_modules/webpack/lib/NormalModule.js:676:5\n at /var/www/html/Packages/sitepackage/Build/node_modules/loader-runner/lib/LoaderRunner.js:397:11\n at /var/www/html/Packages/sitepackage/Build/node_modules/loader-runner/lib/LoaderRunner.js:252:18\n at context.callback (/var/www/html/Packages/sitepackage/Build/node_modules/loader-runner/lib/LoaderRunner.js:124:13)\n at /var/www/html/Packages/sitepackage/Build/node_modules/sass-loader/dist/index.js:62:7\n at Function.call$2 (/var/www/html/Packages/sitepackage/Build/node_modules/sass/sass.dart.js:90547:16)\n at _render_closure1.call$2 (/var/www/html/Packages/sitepackage/Build/node_modules/sass/sass.dart.js:79617:12)\n at _RootZone.runBinary$3$3 (/var/www/html/Packages/sitepackage/Build/node_modules/sass/sass.dart.js:27035:18)\n at _FutureListener.handleError$1 (/var/www/html/Packages/sitepackage/Build/node_modules/sass/sass.dart.js:25563:19)");
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=styles.js.map
|
||||
;
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
-1
@@ -1 +0,0 @@
|
||||
body{background:#000}
|
||||
Reference in New Issue
Block a user