Refractor the shortcode builder code into model.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Aug 2016 17:30:28 +0000 (13:30 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 Aug 2016 17:30:28 +0000 (13:30 -0400)
commitce62dead5804c218bc5188939ecbdc64d6d377d9
tree87a64e8994a48d06de8af33e921bf894d31e8f61
parenta03b97a414d6d2f22daed9516dd8c203f898276a
Refractor the shortcode builder code into model.

Create a model for the shortcode builder.
models/admin/pages/shortcode.php
and view file
views/admin/pages/shortcode.html
Which deals with the output of the meta box for the shortcode.
Js file moved into the adminHooks.php so it gets setup in time.
classes/glmPluginSupport.php
controllers/admin.php
models/admin/pages/shortcode.php [new file with mode: 0644]
setup/adminHooks.php
setup/validActions.php
views/admin/pages/shortcode.html [new file with mode: 0644]