This file contains hidden or 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
Index: Classes/Command/UpgradeWizardMarkUndoneCommand.php | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
diff --git a/Classes/Command/UpgradeWizardMarkUndoneCommand.php b/Classes/Command/UpgradeWizardMarkUndoneCommand.php | |
new file mode 100644 | |
--- /dev/null (date 1738945026210) | |
+++ b/Classes/Command/UpgradeWizardMarkUndoneCommand.php (date 1738945026210) | |
@@ -0,0 +1,87 @@ |
This file contains hidden or 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
<?php | |
declare(strict_types=1); | |
namespace Vendor\ExtensionName\DataProcessor; | |
use Exception; | |
use In2code\Femanager\DataProcessor\ImageManipulation; | |
use In2code\Femanager\Domain\Service\FileService; | |
use In2code\Femanager\Utility\FileUtility; |
This file contains hidden or 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
plugin.tx_powermail.settings { | |
receiver { | |
overwrite { | |
senderName = Name des Webseitenbetreiber | |
senderEmail = Email Adresse des Webseitenbetreiber, z.B. [email protected] | |
} | |
} | |
sender { | |
mailformat = html |
This file contains hidden or 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
RTE { | |
config { | |
tt_content { | |
DB-FIELD-NAME { | |
types.NAME-OF-CTYPE { | |
editor.externalPlugins.wordcount.maxCharCount = 5 | |
} | |
} | |
} |
This file contains hidden or 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
<div class="whatbreakPoint" style="position:fixed;bottom:0;right:0;width:100px;height:20px;background-color:yellow;text-align:center;"> | |
<div class="visible-xs-block">XS</div> | |
<div class="visible-sm-block">SM</div> | |
<div class="visible-md-block">MD</div> | |
<div class="visible-lg-block">LG</div> | |
</div> |
This file contains hidden or 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
<?php | |
$header = <<<'EOF' | |
This file is part of PHP CS Fixer. | |
(c) Fabien Potencier <[email protected]> | |
Dariusz Rumiński <[email protected]> | |
This source file is subject to the MIT license that is bundled | |
with this source code in the file LICENSE. |
This file contains hidden or 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
/** | |
* Debugs a SQL query from a QueryResult | |
* | |
* @param QueryResult $queryResult | |
* @param boolean $explainOutput | |
* @return void | |
*/ | |
public function debugQuery(QueryResult $queryResult, $explainOutput = false) | |
{ | |
$GLOBALS['TYPO3_DB']->debugOuput = 2; |
This file contains hidden or 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
/.idea | |
/nbproject | |
.DS_Store | |
.DS_Store? | |
/vendor/* | |
/var/log/* | |
!/var/log/.gitkeep | |
/var/cache/* | |
!/var/cache/.gitkeep | |
/bin |
This file contains hidden or 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
RTE.default { | |
contentCSS = your-path/rte.css | |
buttons { | |
blockstyle { | |
tags.table.allowedClasses := addToList(striped,bordered,hover,condensed) | |
} | |
} | |
proc { | |
allowedClasses := addTolist(striped,bordered,hover,condensed) | |
} |
NewerOlder