fix: use Atum 'top' position for full-width cpanel module [skip ci]

Atum template has a 'top' position that renders full-width above the
component output inside the content section. Removed the column-span
CSS hack since top position is naturally full-width.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-06-02 09:24:00 -05:00
parent 1ee52979de
commit a5795d381c
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ class Pkg_MokowaasInstallerScript
'note' => '',
'content' => '',
'ordering' => 0,
'position' => 'icon',
'position' => 'top',
'checked_out' => null,
'checked_out_time' => null,
'publish_up' => null,