[TASK] Integrates t3olayout
HowTo: # Include static template t3olayout # Go to data/typo3/html/typo3conf/ext/t3olayout/Resources/Private/ # Run "npm install" # Run "grunt"
... | @@ -16,13 +16,18 @@ | ... | @@ -16,13 +16,18 @@ |
{ | { | ||
"type": "composer", | "type": "composer", | ||
"url": "https://composer.typo3.org" | "url": "https://composer.typo3.org" | ||
}, | |||
{ | |||
"type": "vcs", | |||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | |||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"typo3/cms": "^7.6", | "typo3/cms": "^7.6", | ||
"helhum/typo3-console": "4.1.2", | "helhum/typo3-console": "4.1.2", | ||
"dmitryd/typo3-realurl": "^2.1", | "dmitryd/typo3-realurl": "^2.1", | ||
"apache-solr-for-typo3/solr": "^6.0" | "apache-solr-for-typo3/solr": "^6.0", | ||
"t3o/t3olayout": "dev-master" | |||
}, | }, | ||
"config": { | "config": { | ||
"bin-dir": "bin" | "bin-dir": "bin" | ||
... | ... |
Please register or sign in to comment