9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
export default {
|
|
name: 'Feeds',
|
|
colour: 300,
|
|
// TODO: move to callback contents that lists blocks for all Feeds
|
|
contents: [
|
|
"feed_get_value",
|
|
"feed_set_value",
|
|
]
|
|
}
|