Adding lazy-load version of feed component to load data using AJAX after page content has been rendered.
This commit is contained in:
10
www/plugins/jasonwilliams/feed/models/channels/columns.yaml
Normal file
10
www/plugins/jasonwilliams/feed/models/channels/columns.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
columns:
|
||||
id:
|
||||
label: 'Channel ID'
|
||||
type: number
|
||||
sortable: true
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
searchable: true
|
||||
sortable: false
|
||||
21
www/plugins/jasonwilliams/feed/models/channels/fields.yaml
Normal file
21
www/plugins/jasonwilliams/feed/models/channels/fields.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
fields:
|
||||
title:
|
||||
label: 'Channel Title'
|
||||
span: left
|
||||
type: text
|
||||
slug:
|
||||
label: Slug
|
||||
span: right
|
||||
preset:
|
||||
field: title
|
||||
type: slug
|
||||
type: text
|
||||
icon:
|
||||
label: Icon
|
||||
span: left
|
||||
type: text
|
||||
comment: 'Icon code from FontAwesome'
|
||||
colour:
|
||||
label: 'Icon Colour'
|
||||
span: auto
|
||||
type: colorpicker
|
||||
Reference in New Issue
Block a user