Skip to content

Instantly share code, notes, and snippets.

@bdombro
bdombro / Drupal_Text_to_Textarea.drush.php
Last active May 23, 2016 18:29
Drupal_Text_to_Textarea.drush.php
<?php
/**
* Change a field from textfield to textarea
* Unlike other guides online, this one actually corrects the blob values
* Run this using drush: `drush scr <filepath>`
*/
$field_name = "field_test_text_field_2";
@MoritzStefaner
MoritzStefaner / .block
Last active January 20, 2020 10:46
Force-based label placement
license: apache-2.0