-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from t3solution/5.2.11
New release v5.2.11
- Loading branch information
Showing
13 changed files
with
236 additions
and
17 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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<T3DataStructure> | ||
<sheets> | ||
<sDEF> | ||
<ROOT> | ||
<type>array</type> | ||
<TCEforms> | ||
<sheetTitle>Inline JavaScript Settings</sheetTitle> | ||
</TCEforms> | ||
<type>array</type> | ||
<el> | ||
<settings.jquery> | ||
<TCEforms> | ||
<label>jQuery Framework</label> | ||
<description>Enable if you use jquery.</description> | ||
<config> | ||
<type>check</type> | ||
</config> | ||
</TCEforms> | ||
</settings.jquery> | ||
<settings.priority> | ||
<TCEforms> | ||
<label>Priority</label> | ||
<description>Define whether the JavaScript should be put in the <head> tag above-the-fold or somewhere in the body part.</description> | ||
<config> | ||
<type>check</type> | ||
</config> | ||
</TCEforms> | ||
</settings.priority> | ||
</el> | ||
</ROOT> | ||
</sDEF> | ||
</sheets> | ||
</T3DataStructure> |
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,10 +1,15 @@ | ||
<?php | ||
return [ | ||
|
||
'buttongroup' => [ | ||
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\FontawesomeIconProvider::class, | ||
'name' => 'bars', | ||
'additionalClasses' => 'fa-solid fa-bars', | ||
'buttongroup' => [ | ||
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\FontawesomeIconProvider::class, | ||
'name' => 'bars', | ||
'additionalClasses' => 'fa-solid fa-bars', | ||
], | ||
|
||
'cssJsIcon' => [ | ||
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider::class, | ||
'source' => 'EXT:t3sbootstrap/Resources/Public/Icons/Register/css-javascript.png', | ||
], | ||
|
||
]; |
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
Oops, something went wrong.