You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update EmptyInstallation.png
Update version and project name
* Update PageModule.png
Update TYPO3 version (not -dev)
And foolowing tutorial, recycler extension is installed
* Add Sitepackage builder process
* Add Sitepackage builder process
(cherry picked from commit 8ea51a5)
Copy file name to clipboardExpand all lines: Documentation/MinimalExample/Index.rst
+27-34Lines changed: 27 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ Create a minimal TYPO3 extension manually
42
42
}
43
43
}
44
44
45
+
.. _minimal-b13-make-extension:
45
46
46
47
Create a minimal TYPO3 extension using b13/make
47
48
===============================================
@@ -112,7 +113,32 @@ After you have created your site package extension you can uninstall :composer:`
112
113
Before your brand new site package extension takes effect in your TYPO3
113
114
installation, you have to install it. First you have to edit your composer.json in the root of your installation directory to add `packages` as a local repository.
114
115
116
+
.. _minimal-site-package-builder:
115
117
118
+
Create a minimal TYPO3 extension using the Sitepackage Builder
0 commit comments