ORIENT/modules/cms
Ben Thomson 50816a9556
Add support for defining quick actions in the Backend's main nav (#5344)
Plugins now have the ability to define quick actions through a "registerQuickActions" method, which follows the same configuration as the "registerNavigation" method. It is still recommended and preferred that most plugin functionality be defined in their own main menu items, but this will allow a plugin to easily define a shortcut (or remove one).
2020-11-10 12:53:17 +08:00
..
assets Add support for "soft" components (#4539) 2020-04-05 01:02:43 +08:00
classes Remove hidden CMS pages from menus (#5309) 2020-10-12 11:35:33 -06:00
components Add support for "soft" components (#4539) 2020-04-05 01:02:43 +08:00
contracts Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
controllers Register theme backend localization files (#4960) 2020-11-07 15:13:25 -06:00
database/migrations cms_theme_contents -> cms_theme_templates 2019-06-01 12:45:29 +10:00
facades Update module facade docblocks (#5273) 2020-09-11 10:49:16 +08:00
formwidgets Add support for "soft" components (#4539) 2020-04-05 01:02:43 +08:00
helpers Rollback for Build 462 2019-12-19 17:42:25 +11:00
lang Improve German translation (#5331) 2020-10-25 20:10:08 -06:00
models Match save method signature in Theme Export/Import 2019-09-05 10:58:22 +08:00
reportwidgets Improve linking from ActiveTheme report widget with permissions (#3869) 2018-10-16 09:11:14 -06:00
traits Changed calls to the Cache to use DateTime instances instead of integers representing minutes as 5.8 changed integers into meaning seconds instead. 2019-06-12 02:33:26 -06:00
twig Change Twig template loading fallbacks 2020-09-11 15:47:49 -06:00
views Change the lang code in the html templates (#3754) 2018-09-04 11:54:26 -06:00
widgets Support new onUpload() AJAX handler for uploads instead of postback takeovers. 2020-06-05 16:01:22 -06:00
ServiceProvider.php Add support for defining quick actions in the Backend's main nav (#5344) 2020-11-10 12:53:17 +08:00
composer.json Composer updates for 1.1.0 2020-09-06 21:07:10 -06:00
routes.php Make slug route param optional for CMS module. 2020-01-19 23:23:27 +08:00