writesdown/app-cms

View on GitHub
widgets/text/config/main.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @link http://www.writesdown.com/
 * @author Agiel K. Saputra <13nightevil@gmail.com>
 * @copyright Copyright (c) 2015 WritesDown
 * @license http://www.writesdown.com/license/
 */

return [
    'title' => 'Text',
    'config' => [
        'class' => 'widgets\text\TextWidget',
        'title' => '',
        'text' => '',
    ],
    'description' => 'Simple widget to show text or HTML.',
    'page' => __DIR__ . '/../views/option.php',
];