LWT JavaScript API
Preparing search index...
modules/feed/components/feed_form_component
FeedFormConfig
Interface FeedFormConfig
Configuration for the feed form component, passed from PHP.
interface
FeedFormConfig
{
articleSource
?:
boolean
;
articleSourceValue
?:
string
;
autoUpdate
?:
boolean
;
autoUpdateUnit
?:
string
;
autoUpdateValue
?:
string
;
charset
?:
boolean
;
charsetValue
?:
string
;
editText
?:
boolean
;
maxLinks
?:
boolean
;
maxLinksValue
?:
string
;
maxTexts
?:
boolean
;
maxTextsValue
?:
string
;
tag
?:
boolean
;
tagValue
?:
string
;
}
Index
Properties
article
Source?
article
Source
Value?
auto
Update?
auto
Update
Unit?
auto
Update
Value?
charset?
charset
Value?
edit
Text?
max
Links?
max
Links
Value?
max
Texts?
max
Texts
Value?
tag?
tag
Value?
Properties
Optional
article
Source
articleSource
?:
boolean
Optional
article
Source
Value
articleSourceValue
?:
string
Optional
auto
Update
autoUpdate
?:
boolean
Optional
auto
Update
Unit
autoUpdateUnit
?:
string
Optional
auto
Update
Value
autoUpdateValue
?:
string
Optional
charset
charset
?:
boolean
Optional
charset
Value
charsetValue
?:
string
Optional
edit
Text
editText
?:
boolean
Optional
max
Links
maxLinks
?:
boolean
Optional
max
Links
Value
maxLinksValue
?:
string
Optional
max
Texts
maxTexts
?:
boolean
Optional
max
Texts
Value
maxTextsValue
?:
string
Optional
tag
tag
?:
boolean
Optional
tag
Value
tagValue
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
article
Source
article
Source
Value
auto
Update
auto
Update
Unit
auto
Update
Value
charset
charset
Value
edit
Text
max
Links
max
Links
Value
max
Texts
max
Texts
Value
tag
tag
Value
LWT JavaScript API
Loading...
Configuration for the feed form component, passed from PHP.