lch/admin-bundle

Bring admin feature to Symfony. Use other LCH bundles

Installs: 61

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 3

Language:JavaScript

Type:symfony-bundle

1.0 2017-11-21 13:39 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:53:21 UTC


README

AdminBundle provides helpers for building admin part in an SF2/SF3 app. It relies on several Composer packages

Installation

Configuration

Features

Widgets override and back-office presentation

Add lch_bootstrap_3_layout.html.twig as form theme, use form_row then. Use base.admin.html.twig as root twig for every admin screen Add base.admin.add.edit and base.admin.list with other inclusion (Media)

Use attribute width to define row width force_two_columns_presentation to force classical 2 col presentation (in panel for example see SEO) attr no_label to hide label (see SEO)

Override templates fragments

LchAdminBundle provide several templates fragments

  • fragents/horizontalMenu.html.twig This is the top menu. Provide with a simple exemple, you can easily override it by simply create app/Resources/LchAdminBundle/views/fragments/horizontalMenu.html.twig

Lists

Menu organization