Skip to content

Instantly share code, notes, and snippets.

View dennis-f's full-sized avatar

Dennis Frede dennis-f

  • webXells GmbH
  • Potsdam, Germany
View GitHub Profile
<script>
export let fill = 'none'
export let d = ''
export let stroke = '#4A5568';
export let width = '24';
export let height = '24';
</script>
<svg class="icon" {width} {height} viewBox="0 0 {width} {height}" {fill} xmlns="http://www.w3.org/2000/svg">
<path {d} {stroke} stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@dennis-f
dennis-f / modx-snippets.php
Created November 12, 2015 10:35 — forked from christianhanvey/modx-snippets.php
Useful snippets for MODX Revo
Snippet: [[SnippetName]]
Chunk: [[$ChunkName]]
System Setting: [[++SettingName]]
TV: [[*fieldName/TvName]]
Link tag: [[~PageId? &paramName=`value`]]
Placeholder: [[+PlaceholderName]]
<?php