You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ervaude,
I had one finding regarding the readme.md
somehow this fits more to the structure $GLOBALS['TCA']['tt_content']['columns']['programming_language']['config']['items'][] = ['label' => 'Python', 'value' => \DanielGoerz\FsCodeSnippet\Enumeration\CodeSnippetLanguage::PYTHON];
Hello ervaude,
I had one finding regarding the readme.md
somehow this fits more to the structure
$GLOBALS['TCA']['tt_content']['columns']['programming_language']['config']['items'][] = ['label' => 'Python', 'value' => \DanielGoerz\FsCodeSnippet\Enumeration\CodeSnippetLanguage::PYTHON];
than
https://github.com/ervaude/fs_code_snippet/blame/d272336093327ef7087c58fe4a69550d4aac632d/Readme.md#L49
$GLOBALS['TCA']['tt_content']['columns']['programming_language']['config']['items'][] = ['Python' => \DanielGoerz\FsCodeSnippet\Enumeration\CodeSnippetLanguage::PYTHON];
The text was updated successfully, but these errors were encountered: