Skip to content

Instantly share code, notes, and snippets.

View robhuijben's full-sized avatar

Rob Huijben robhuijben

View GitHub Profile
@robhuijben
robhuijben / formfields.yaml
Created January 23, 2022 12:06
Form fields
birthday:
label: Geboortedatum
classes: form-control
outerclasses: 'form-group col-md-6'
type: date
validate:
required: true
@robhuijben
robhuijben / customer_account.xml
Created June 28, 2018 10:52 — forked from matt-bailey/customer_account.xml
Disable My Account sidebar links in Magento 2
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<!-- Remove unwanted account navigation links -->

Keybase proof

I hereby claim:

  • I am robhuijben on github.
  • I am robhuijben (https://keybase.io/robhuijben) on keybase.
  • I have a public key ASBEpL08Hq5lyvV-_R9BsNrTP__YJ8qf-0wHtky_TeEqTwo

To claim this, I am signing this object:

@robhuijben
robhuijben / index.html
Created August 10, 2015 14:40
HTML5 / CSS3 / Bootstrap starter voor inwerkopdracht GJ-R Webdevelopment (stagiairs)
<!DOCTYPE html>
<html>
<head>
<title>Inwerkopdracht "VUL HIER JE NAAM IN"</title>
</head>
<body>
</body>
</html>