Skip to content

Instantly share code, notes, and snippets.

@kingschnulli
kingschnulli / repos.json
Created August 15, 2022 10:50
Oxid eShop GPL Version repositories
[
{
"type": "vcs",
"url": "https://www.github.com/oxid-eshop-gpl/mobile_theme"
},
{
"type": "vcs",
"url": "https://www.github.com/oxid-eshop-gpl/oxideshop_ce"
},
{
@kingschnulli
kingschnulli / grunt.php
Created August 8, 2018 11:28
Grunt runner for gxid e-shop flow theme
<?php
/**
* Config - adjust as needed
*/
// Path to node download
$nodeUrl = 'https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz';
// Id of your child theme
@kingschnulli
kingschnulli / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
@kingschnulli
kingschnulli / SVGText.js
Created June 18, 2013 13:26
SVGText for fabric.js
fabric.SVGText = fabric.util.createClass(fabric.Object, {
type :'text-block',
text :'',
fontSize :14,
color :undefined,
lineColors :undefined,
selectedLine:0,
realWidth :0,
realHeight :0,