feat: initial scaffold with component, system plugin, and webservices plugin
Universal: Auto Version Bump / Version Bump (push) Successful in 13s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s

This commit is contained in:
2026-06-27 20:17:43 +00:00
parent 9b5060f772
commit 5a498cf3f6
106 changed files with 1057 additions and 4706 deletions
@@ -1,11 +0,0 @@
<?php
namespace Moko\Component\MokoSuiteField\Administrator\Controller;
defined('_JEXEC') or die;
use Joomla\CMS\MVC\Controller\BaseController;
class DisplayController extends BaseController
{
protected $default_view = 'dashboard';
}