mecha-cms / x.panel

Control panel feature.
Other
6 stars 0 forks source link

TODO: Change Panel Layout Type Pattern to `primary/secondary` #19

Closed taufik-nurrohman closed 3 years ago

taufik-nurrohman commented 3 years ago

Just like standard MIME type writing style such as text/css, text/plain, and some of the panel GUI types such as form/get, form/post, field/text, field/hidden.

I need to change page, page.comment, page.user etc. into page, page/comment, page/user, etc.

Need to change $_['layout'] to $_['type'] too.