Skip to content

Instantly share code, notes, and snippets.

View amenity's full-sized avatar

Amenity Applewhite amenity

View GitHub Profile
@amenity
amenity / gist:d27acecd1e48013747f8791553633088
Last active March 30, 2017 18:27
Allowed HTML tags for rich text (used by Content Managers)
<a class href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <sup> <sub> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <p> <br>
@amenity
amenity / README.md
Created March 10, 2016 19:35 — forked from Greg-Boggs/README.md
Drupal Site Building Best Practices

Better Drupal Building

  • Custom glue should be accomplished with configuration first and PHP code second.

Configuration Management and Dependencies

  • Use Composer (or Drush Make) to build your project and it's depencies.
  • Store your work in files.
  • Set your config directory above the webroot.
  • Sync UUIDs across all developers.

Theming