Skip to content

Commit

Permalink
Merge pull request #3 from shortlist-digital/add-polls-to-sponsored-p…
Browse files Browse the repository at this point in the history
…osts

add polls to sponsored post and sponsored longforms
  • Loading branch information
romulodl authored Sep 12, 2018
2 parents 9717fc5 + a962c9d commit 35b45d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# editorconfig.org
root = true

[*]
indent_style = space
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{html,twig,md}]
indent_size = 2

[*.php]
charset = utf-8
indent_style = tab
indent_size = 4

[*.md]
trim_trailing_whitespace = false
4 changes: 3 additions & 1 deletion container.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
$container['allowed_post_types'] = function($c) {
return [
'post',
'longform'
'longform',
'sponsored_post',
'sponsored_longform'
];
};

Expand Down

0 comments on commit 35b45d1

Please sign in to comment.