Adding lazy-load version of feed component to load data using AJAX after page content has been rendered.
This commit is contained in:
51
www/plugins/jasonwilliams/feed/models/settings/fields.yaml
Normal file
51
www/plugins/jasonwilliams/feed/models/settings/fields.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
fields:
|
||||
twitter_section:
|
||||
label: Twitter API Settings
|
||||
type: section
|
||||
twitter_username:
|
||||
label: Username
|
||||
description: Your twitter username, excluding the @
|
||||
span: left
|
||||
twitter_latest_tweet:
|
||||
label: Latest Tweet ID
|
||||
description: The ID of the most recent tweet already fetched and stored
|
||||
span: right
|
||||
twitter_consumer_key:
|
||||
label: Consumer Key
|
||||
description: Your consumer key for accessing the twitter API
|
||||
span: left
|
||||
twitter_consumer_secret:
|
||||
label: Consumer Key Secret
|
||||
description: Your consumer key secret for accessing the twitter API
|
||||
span: right
|
||||
twitter_access_token:
|
||||
label: Access Token
|
||||
description: Your access token for accessing the twitter API
|
||||
span: left
|
||||
twitter_access_token_secret:
|
||||
label: Access Token Secret
|
||||
description: Your access token secret for accessing the twitter API
|
||||
span: right
|
||||
|
||||
instagram_section:
|
||||
label: Instagram API Settings
|
||||
type: section
|
||||
instagram_access_token:
|
||||
label: Access Token
|
||||
description: Your access token for accessing the instagram API
|
||||
span: full
|
||||
instagram_latest_post:
|
||||
label: Latest Post Timestamp
|
||||
description: The unix timestamp of the most recent post already fetched and stored
|
||||
span: left
|
||||
|
||||
foursquare_section:
|
||||
label: Foursquare API Settings
|
||||
type: section
|
||||
foursquare_access_token:
|
||||
description: Your access token for accessing the foursquare API
|
||||
span: full
|
||||
foursquare_latest_post:
|
||||
label: Latest Checkin Timestamp
|
||||
description: The unix timestamp of the most recent checkin already fetched and stored
|
||||
span: left
|
||||
Reference in New Issue
Block a user