add option 'hidden'. You can hide news from newsfeed (e.g. about)
This commit is contained in:
@@ -23,7 +23,7 @@ class MyNewsForm(MyPostForm):
|
||||
model = News
|
||||
fields = [
|
||||
'title', 'subtitle', 'tags', 'image', 'body', 'slug', 'author', 'public_date',
|
||||
'is_pinned',
|
||||
'is_pinned', 'is_hidden',
|
||||
]
|
||||
|
||||
widgets = {'body': CKEditorUploadingWidget(config_name='default')}
|
||||
|
||||
Reference in New Issue
Block a user