feat: Implement admin templates with actual list/edit layouts #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
All 9 admin view templates are placeholder stubs containing only
<div><h2>Title</h2><p>Coming soon.</p></div>. No actual data display, no list tables, no edit forms.Requirements
Each list view template needs:
Each entity also needs:
edit.php) bound to AdminModel form XMLTechnical Notes
Joomla\CMS\HTML\HTMLHelperandJoomla\CMS\Layout\LayoutHelperfor standard Joomla list renderingJoomlaUIpatterns for consistency with Joomla 6 adminBranch created:
feature/33-feat-implement-admin-templates-with-actu