Skip to content

Instantly share code, notes, and snippets.

View jrockowitz's full-sized avatar

Jacob Samuel Rockowitz jrockowitz

View GitHub Profile
@jrockowitz
jrockowitz / Blue Cheese
Created June 19, 2018 23:57
Drupal Blue Cheese reusable styles and markup. @see https://www.drupal.org/project/bluecheese
<hr>
<blockquote>This is a quote</blockquote>
<h2>Buttons</h2>
<p><a class="link-button" href="#link-button">.link-button</a></p>
<p><a class="action-button" href="#action-button">.action-button</a></p>
<div align="center"><a class="action-button" href="#action-button">.action-button</a></div>
<h2>.note</h2>
/**
* Implements hook_requirements().
*/
function CUSTOM_requirements($phase) {
// Only check requirements during the run-time (aka Status Report).
if ($phase != 'runtime') {
return [];
}
$requirements = [];
@jrockowitz
jrockowitz / webform.webform.question_274688.yml
Created January 5, 2019 15:32
Post/redirect form to url of node selected
uuid: 17c9f090-6ab4-408b-a85f-2b68e9d2b82a
langcode: en
status: open
dependencies: { }
open: null
close: null
weight: 0
uid: 1
template: false
archive: false