From 86c06a1fd5f9c365890d86e5c516a37afb44099a Mon Sep 17 00:00:00 2001 From: Daniel Bendel Date: Mon, 11 Apr 2016 22:03:27 +0200 Subject: [PATCH] feat(md-collection): add element for secondary-content --- src/collection/collection-item.html | 1 + src/collection/md-collection-item-secondary.html | 3 +++ src/config-builder.js | 1 + 3 files changed, 5 insertions(+) create mode 100644 src/collection/md-collection-item-secondary.html diff --git a/src/collection/collection-item.html b/src/collection/collection-item.html index f10d6312..3b563fbe 100644 --- a/src/collection/collection-item.html +++ b/src/collection/collection-item.html @@ -1,4 +1,5 @@ diff --git a/src/collection/md-collection-item-secondary.html b/src/collection/md-collection-item-secondary.html new file mode 100644 index 00000000..e6059bc6 --- /dev/null +++ b/src/collection/md-collection-item-secondary.html @@ -0,0 +1,3 @@ + diff --git a/src/config-builder.js b/src/config-builder.js index 3bbe101b..4279b432 100644 --- a/src/config-builder.js +++ b/src/config-builder.js @@ -109,6 +109,7 @@ export class ConfigBuilder { useCollection() : ConfigBuilder { this.globalResources.push('./collection/collection'); this.globalResources.push('./collection/collection-item'); + this.globalResources.push('./collection/md-collection-item-secondary.html'); return this; }