Adding lazy-load version of feed component to load data using AJAX after page content has been rendered.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
columns:
|
||||
title:
|
||||
label: 'Post Title'
|
||||
type: text
|
||||
searchable: true
|
||||
timestamp:
|
||||
label: 'UNIX Timestamp'
|
||||
type: number
|
||||
sortable: true
|
||||
20
www/plugins/jasonwilliams/feed/models/feeditem/fields.yaml
Normal file
20
www/plugins/jasonwilliams/feed/models/feeditem/fields.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
fields:
|
||||
title:
|
||||
label: 'Post Title'
|
||||
span: full
|
||||
type: text
|
||||
body:
|
||||
label: 'Post Body'
|
||||
size: ''
|
||||
span: full
|
||||
type: richeditor
|
||||
timestamp:
|
||||
label: 'UNIX Timestamp'
|
||||
span: auto
|
||||
type: number
|
||||
channel:
|
||||
label: Channel
|
||||
nameFrom: title
|
||||
descriptionFrom: description
|
||||
span: auto
|
||||
type: relation
|
||||
Reference in New Issue
Block a user