packagebuilder icon indicating copy to clipboard operation
packagebuilder copied to clipboard

Sitepackage-Builder is your kickstarter for modern TYPO3 Theme development.

Results 16 packagebuilder issues
Sort by recently updated
recently updated
newest added

In v12 TYPO3 is now using CKEditor v5 which has a different Yaml config especially for tables we need to define it separately.

First, a big THANK YOU for the Sitepackage Builder. This is a great tool. I tried the version with the **bootstrap package**. In the file `/Configuration/RTE/Default.yaml` is included `EXT:bootstrap_package/Resources/Public/Css/bootstrap4-rte.min.css"`. But...

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies
javascript

Hi @benjaminkott , I have just changed some code to make the sitepackage builder compatible with bootstrap_package and bootstrap 5. Hope you are fine with this change?` Best, Oliver

F. e.: Typoscript configuration still contains `config.renderCharset` although this configuration option was removed in TYPO3 8.0 ([https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/8.0/Breaking-73794-RenderCharsetOptionRemoved.html](url)).

``` Replace Autoprefixer browsers option to Browserslist config. Use browserslist key in package.json or .browserslistrc file. Using browsers option can cause errors. Browserslist config can be used for Babel, Autoprefixer,...

The [coding guidelines](https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/CodingGuidelines/Index.html) are for some file types not respected in the outputted `.editorconfig` of the packagebuilder. yaml: 4 spaces instead of 2 typoscript: 4 spaces instead of 2 js:...

to get the contentCss in RTE must write `editor: config: contentCss: "EXT: ..." ` not `contentsCss ...` Love the sitepackagebuilder! Matthias

Hello, when I try to overwrite the labels of the FE [layout] in the pages appearance tab, the dynamic generated BE layouts [backend_layout] are no longer loaded. Configuration/TsConfig/Page/TCEFORM.tsconfig: ``` TCEFORM.pages...