Skip to content

Commit

Permalink
Tools PlugIn ins AddOn
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Sep 7, 2024
1 parent 61a9eef commit e1f93b1
Show file tree
Hide file tree
Showing 30 changed files with 10 additions and 26 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,13 @@
rex_yform_rest::handleRoutes();
}
});

// Tools

if (rex::isBackend() && rex::getUser()) {
rex_view::addJsFile($this->getAssetsUrl('daterangepicker/moment.min.js'));
rex_view::addJsFile($this->getAssetsUrl('daterangepicker/daterangepicker.js'));
rex_view::addCssFile($this->getAssetsUrl('daterangepicker/daterangepicker.css'));
rex_view::addJsFile($this->getAssetsUrl('inputmask/dist/jquery.inputmask.min.js'));
rex_view::addJsFile($this->getAssetsUrl('tools.js'));
}
21 changes: 0 additions & 21 deletions plugins/tools/boot.php

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/tools/package.yml

This file was deleted.

0 comments on commit e1f93b1

Please sign in to comment.