Adding lazy-load version of feed component to load data using AJAX after page content has been rendered.

This commit is contained in:
Jason Williams
2020-10-23 22:54:30 +00:00
parent 2a8454d197
commit af4f1366a0
71 changed files with 1753 additions and 88 deletions

View File

@@ -0,0 +1,10 @@
columns:
id:
label: 'Channel ID'
type: number
sortable: true
title:
label: Title
type: text
searchable: true
sortable: false

View 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