Skip to content

Instantly share code, notes, and snippets.

View AlexeyFreelancer's full-sized avatar

Oleksii Hobzhelian AlexeyFreelancer

View GitHub Profile
@cedricziel
cedricziel / README.md
Last active October 27, 2021 08:12
TYPO3 Extension with 3rd part composer dependencies. composer.json is placed in Resources/Private - Updated

Motivation

As long as composer support in CMS is "not there yet", you need to get around somehow.

Say you want to use the (awesome) markdown library, you need a way to get it in.

How

  1. Use a container extension with a private namespace
@alexnaspo
alexnaspo / gist:9e3f2bdf4e6400c4be74
Created September 23, 2014 17:48
backgrid datetimepicker cell with bootstrap 3
# create a datetimepicker cell when using backgrid and the bootstrap3-datetimepicker
# this can be modified to work with other datepicker libraries
# http://eonasdan.github.io/bootstrap-datetimepicker/
# http://backgridjs.com/
MyDatePickerCellEditor = Backgrid.InputCellEditor.extend(
events: {}
initialize: ->
Backgrid.InputCellEditor::initialize.apply this, arguments
input = this