2017 © Pedro Peláez
 

phifty-bundle adminui

admin ui bundle for phifty framework application

image

phifty/adminui

admin ui bundle for phifty framework application

  • Thursday, June 22, 2017
  • by c9s
  • Repository
  • 1 Watchers
  • 0 Stars
  • 787 Installations
  • JavaScript
  • 7 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Setup for Quickbox

  AdminUI:
    MenuStyle: quickbox
    MenuTemplate: '@AdminUI/quickbox.html'

Setup for Customization

  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 can be used to configure base page template:, (*1)

BasePageTemplate: "@App/page.html.twig"

To include the assets from different bundles in the templates:, (*2)

{% if Kernel.bundle('I18N') %}
    {% assets Kernel.bundle('I18N').getAssets() %}
{% endif %}

The Versions

17/06 2016

3.1.x-dev

3.1.9999999.9999999-dev

admin ui bundle for phifty framework application

  Sources   Download

proprietary

The Requires

 

by Avatar c9s

17/06 2016

3.2.x-dev

3.2.9999999.9999999-dev

admin ui bundle for phifty framework application

  Sources   Download

proprietary

The Requires

 

by Avatar c9s

30/03 2016

3.1.0

3.1.0.0

admin ui bundle for phifty framework application

  Sources   Download

proprietary

The Requires

 

by Avatar c9s

19/01 2016

3.0.0

3.0.0.0

  Sources   Download

The Requires

 

by Avatar c9s

02/08 2015

2.11.0

2.11.0.0

  Sources   Download

by Avatar c9s