phifty / adminui
phifty 框架应用的 admin ui 组件包
3.1.0
2016-03-30 09:47 UTC
Requires
- corneltek/installers: dev-master
This package is not auto-updated.
Last update: 2024-09-14 19:31:08 UTC
README
Quickbox 的设置
AdminUI:
MenuStyle: quickbox
MenuTemplate: '@AdminUI/quickbox.html'
定制化设置
AdminUI:
# MenuTemplate: '@App/menu.html'
BasePageTemplate: '@App/page.html'
LoginPageTemplate: '@App/login.html'
LoginModalTemplate: '@App/login_modal.html'
LoginController: 'UserBundle\Controller\LoginController'
DashboardController: 'AdminUI\Controller\BaseController'
WebFonts: false
Assets:
- underscore-js
- reactjs15
- moment
- jquery-cookie
- bootstrap
- bootstrap-material-design
- bootstrap-daterangepicker
- colorbox
- font-awesome-4.3
- highcharts-4.1
- modal-manager
- chosen
- holder
- phifty-sortable-bundle
- backstage
- applib
- app
CRUD:
TemplateNamespace: "AppCRUD"
BasePageTemplate
可用于配置基础页面模板
BasePageTemplate: "@App/page.html.twig"
在模板中包含来自不同组件包的资产
{% if Kernel.bundle('I18N') %}
{% assets Kernel.bundle('I18N').getAssets() %}
{% endif %}