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
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# masi - Extend TYPO3's URL Handling
2
2
3
-
Masi is the missing piece for the people who want to customize _everything_ when generating URLs in TYPO3 v9+.
3
+
Masi is the missing piece for the people who want to customize _everything_ when generating URLs in TYPO3 v10+.
4
4
5
5
## Features
6
6
7
-
1. TYPO3 v9 skips pages of type "SysFolder" and "Spacers" by default when generating the URL of subpages. _masi_ includes them by default!
7
+
1. TYPO3 v10 skips pages of type "SysFolder" and "Spacers" by default when generating the URL of subpages. _masi_ includes them by default!
8
8
9
9
2._masi_ also ships with a new checkbox for pages, to exclude a certain page slug when generating subpages. This way, you can exclude only certain SysFolders.
10
10
@@ -36,7 +36,7 @@ Of course, all the values within the "slug" field can be changed by the editor,
36
36
37
37
Use it via `composer req b13/masi` or install the Extension `masi` from the TYPO3 Extension Repository.
38
38
39
-
_masi_ requires TYPO3 v9.5.6 or later.
39
+
_masi_ requires TYPO3 v10.4.0 or later.
40
40
41
41
If you want to migrate from RealURL, execute this one-time command as long as the database field `pages.tx_realurl_exclude` exists, and transfers the data to `pages.exclude_slug_for_subpages`:
42
42
@@ -51,7 +51,7 @@ As TYPO3 Core, _masi_ is licensed under GPL2 or later. See the LICENSE file for
51
51
52
52
## Background, Authors & Further Maintenance
53
53
54
-
This extension was created as a show-case on what you can do with one magic hook for TYPO3 v9 and customize
54
+
This extension was created as a show-case on what you can do with one magic hook for TYPO3 v10 and customize
55
55
so many things.
56
56
57
57
TYPO3 community often requests functionality, which can be put in small and efficient extensions, and _masi_ does
0 commit comments