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 | |
namespace MyVendor\MyExt\Form; | |
class CustomForm extends \FluidTYPO3\Flux\Form { | |
/** | |
* Creates objects inserted into this Form, resulting in | |
* a nested set of PHP objects that correspond exactly | |
* to what would come out of parsing a Flux template | |
*/ |
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
#!/usr/bin/env bash | |
# phase one: core install | |
# Pro tip: edit the script and use this repository instead to try out the | |
# codename "Awesome Ocelot" project - which should be even faster than the | |
# bare 6.2 core: https://github.com/NamelessCoder/TYPO3.CMS.git | |
# Live demo of "Awesome Ocelot" is at http://staging.namelesscoder.net | |
git clone https://github.com/TYPO3/TYPO3.CMS.git --depth 1 |
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 | |
/*************************************************************** | |
* Copyright notice | |
* | |
* (c) 2011 Claus Due <[email protected]>, Wildside A/S | |
* All rights reserved | |
* | |
* This script is part of the TYPO3 project. The TYPO3 project is | |
* free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by |
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
/** | |
* ## FooBar ViewHelper | |
* | |
* Blabla | |
* | |
* ### Argument: foo | |
* | |
* See: https://raw.github.com/bla/bla.md | |
* | |
* ### Argument: barFromParent |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<scheme name="Solarized Dark" version="124" parent_scheme="Default"> | |
<option name="LINE_SPACING" value="1.1" /> | |
<font> | |
<option name="EDITOR_FONT_NAME" value="SourceCodePro-Regular" /> | |
<option name="EDITOR_FONT_SIZE" value="13" /> | |
</font> | |
<font> | |
<option name="EDITOR_FONT_NAME" value="Monaco" /> | |
<option name="EDITOR_FONT_SIZE" value="13" /> |
NewerOlder