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 | |
| /** | |
| * Custom Doktypes | |
| */ | |
| // Define a new doktype | |
| $customShortlinkDoktype = 120; | |
| $customPageIcon = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($_EXTKEY) . 'Resources/Public/Icons/Shortlink.png'; | |
| // Add the new doktype to the list of page types | |
| $GLOBALS['PAGES_TYPES'][$customShortlinkDoktype] = array( |
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
| // ==UserScript== | |
| // @name YouTrack Dropbox Embed | |
| // @namespace http://visit.com/ | |
| // @version 0.1 | |
| // @description inserts an image from a dropbox url | |
| // @match https://youtrack.internal.visit.com/* | |
| // @copyright 2012+, Jimmy | |
| // ==/UserScript== | |
| (function(){ |