@@ -24,11 +24,11 @@ To create a site package, you have two main options:
2424 :ref: `TYPO3 site package tutorial <t3sitepackage:start >`.
2525
2626* Using the `Sitepackage-Builder <https://www.sitepackagebuilder.com/ >`__:
27- If you are looking for a faster start,
28- the Sitepackage-Builder is a handy tool. It builds on the
29- `Bootstrap Package <https://www.bootstrap-package.com/ >`__
30- and provides a pre-configured setup with Bootstrap-based layouts and
31- elements, which you can further customize.
27+ If you are looking for a faster start, the Sitepackage-Builder is a
28+ handy tool. You can choose whether your site package should be based on
29+ the `Bootstrap Package <https://www.bootstrap-package.com/ >`__ or
30+ :ref: ` fluid_styled_content < typo3/cms-fluid-styled-content:introduction >`.
31+
3232
3333.. _pros-and-cons-of-sitepackage-builder :
3434
@@ -38,13 +38,9 @@ Pros and cons of using the Sitepackage-Builder
3838Pros:
3939
4040* The Sitepackage-Builder is particularly useful for beginners or projects
41- that need a quick start. Since it's built on the Bootstrap framework,
42- it includes a wide range of ready-to-use, responsive components that can
43- save development time.
44-
41+ that need a quick start.
4542Cons:
4643
47- * Using a Bootstrap-based package may limit customization flexibility,
48- especially if your design requirements don't align with Bootstrap's
49- structure. For highly customized or non-Bootstrap designs,
50- a manual sitepackage might offer more freedom.
44+ * A large number of unnecessary, mostly empty files are being generated.
45+ * Depending on your prior knowledge you use code that you might not fully
46+ understand.
0 commit comments