7 lines
199 B
PHP
7 lines
199 B
PHP
|
<?php return [
|
||
|
'plugin' => [
|
||
|
'name' => 'Social Feed',
|
||
|
'description' => 'Captures social media posts from a variety of services and consolidates them into a single feed.'
|
||
|
]
|
||
|
];
|