mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
c3e8ba0523
commit
19100ec5e6
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ module.exports = [
|
||||||
type: 'posts',
|
type: 'posts',
|
||||||
modelOptions: {
|
modelOptions: {
|
||||||
modelName: 'Post',
|
modelName: 'Post',
|
||||||
filter: 'visibility:public+status:published+page:false',
|
filter: 'visibility:public+status:published+type:post',
|
||||||
exclude: [
|
exclude: [
|
||||||
'title',
|
'title',
|
||||||
'mobiledoc',
|
'mobiledoc',
|
||||||
|
@ -79,7 +79,7 @@ module.exports = [
|
||||||
'primary_tag',
|
'primary_tag',
|
||||||
'primary_author'
|
'primary_author'
|
||||||
],
|
],
|
||||||
filter: 'visibility:public+status:published+page:true'
|
filter: 'visibility:public+status:published+type:page'
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
add: 'page.published',
|
add: 'page.published',
|
||||||
|
|
Loading…
Add table
Reference in a new issue