Skip to content

Commit a15b28c

Browse files
committed
Merge pull request #276 from Charlie-Lucas/master
add Disqus in the list of widgets that can display articles
2 parents 26a6cd6 + 983c5dc commit a15b28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bundle/BlogBundle/Entity/Article.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @ORM\Entity(repositoryClass="Victoire\Bundle\BlogBundle\Repository\ArticleRepository"))
1616
* @ORM\Table("vic_article")
17-
* @VIC\BusinessEntity({"Date", "Force", "Redactor", "Listing", "BlogArticles", "Title", "CKEditor", "Text", "UnderlineTitle", "Cover", "Image", "Authorship", "ArticleList", "SliderNav"})
17+
* @VIC\BusinessEntity({"Date", "Force", "Redactor", "Listing", "BlogArticles", "Title", "CKEditor", "Text", "UnderlineTitle", "Cover", "Image", "Authorship", "ArticleList", "SliderNav", "Disqus"})
1818
* @Gedmo\SoftDeleteable(fieldName="deletedAt", timeAware=false)
1919
*/
2020
class Article

0 commit comments

Comments
 (0)