-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* compatibility TYPO3 7.5, deprecation 69057: replace \TYPO3\CMS\Back…
…end\Utility\IconUtility::skinImg by TYPO3\CMS\Core\Imaging\IconFactory * deprecation 79259: EXT:t3skin removed
- Loading branch information
Showing
12 changed files
with
436 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ public function checkConfig() | |
return false; | ||
} | ||
} | ||
return TRUE; | ||
return true; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
# TYPO3 extension jfmulticontent | ||
|
||
I have developed the existing jfmulticontent extension for the TYPO3 version 8.7. I am continuing the work for TYPO3 9 now. | ||
I have developed the existing jfmulticontent extension for the TYPO3 version 8.7. TYPO3 9 is working. | ||
|
||
## Flexform Migration | ||
|
||
The upgrade script must be executed in the Install Tool or in the Extension Manager once. All the flexform sheet names must have a leading 's_'. This transformation is done in the update script. Older versions of this extension require some more modifications, which the Extension Manager update script will perform. | ||
|
||
The extension t3jquery seems not to exist any more and TYPO3 10 will provide jQuery for extensions. Any support for t3jquery will therefore be dropped soon. | ||
|
||
|
||
Any contributions are welcome. Just create an issue or write a pull request. | ||
|
||
TYPO3 8 and later require the extension patchlayout to be installed. | ||
|
||
## TSConfig Requirement | ||
|
||
In TYPO3 > 7.4 you must set TSConfig like this: | ||
### example: | ||
``` | ||
TCEFORM.tt_content.tx_jfmulticontent_contents.PAGE_TSCONFIG_ID = 17 | ||
``` | ||
|
||
The starting point page record in the plugin is not used any more. | ||
|
||
|
Oops, something went wrong.