Commit 251f886bece8584211b0c032c4a3677d9a7f6885

Authored by Carlos Purificação
2 parents 0456e67c f23dc573

Merge branch 'list_articles_on_blog' into 'master'

List articles on blog

Lista all text articles in blog list

See merge request !31
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/article/types/blog/blog.component.ts
... ... @@ -31,7 +31,7 @@ export class ArticleBlogComponent {
31 31  
32 32 loadPage() {
33 33 let filters = {
34   - content_type: "TinyMceArticle",
  34 + content_type: "TextArticle",
35 35 per_page: this.perPage,
36 36 page: this.currentPage
37 37 };
... ...