https://github.com/pimcore/admin-ui-classic-bundle
https://github.com/pimcore/admin-ui-classic-bundle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pimcore/admin-ui-classic-bundle
- Owner: pimcore
- License: other
- Created: 2023-04-12T08:51:19.000Z (about 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-04-22T07:10:27.000Z (about 2 years ago)
- Last Synced: 2024-04-22T08:28:31.512Z (about 2 years ago)
- Language: JavaScript
- Size: 97.9 MB
- Stars: 7
- Watchers: 16
- Forks: 69
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pimcore Admin Classic Bundle
The Admin Classic Bundle provides a Backend UI for Pimcore.
It is based on the [ExtJS](https://www.sencha.com/products/extjs/) framework.
The Admin Bundle is a core bundle of Pimcore and is shipped with every Pimcore installation.
Therefore, it is not necessary to install it separately.
## Provided Functionality in a Nutshell
- Documents: Content Management System for managing and editing content for your website.
- Data Objects: Manage and edit data objects for PIM, MDM, DAM, CRM, ERP, etc.
- Assets: Data Asset Management for managing and editing files, images, videos, etc.
- Settings: Generic settings for data types, system settings, etc.
- Users & Roles: Manage users and roles for granting access to the system.
- Reports: Create and Manage reports for your data.
- Search: Search across all elements in the system.
- Workflows: Create and manage workflows for your data.
And much more ...
For a first impression have a look at our [Demo App](https://demo.pimcore.fun/admin) with credentials `user: admin` and `pass: demo`.
## Working With Admin Interface
Following topics are short-cuts into the documentation for admin interface:
- [Getting Started](https://github.com/pimcore/pimcore/blob/11.x/doc/01_Getting_Started/06_Create_a_First_Project.md)
- [User & Roles](https://github.com/pimcore/pimcore/blob/11.x/doc/22_Administration_of_Pimcore/07_Users_and_Roles.md)
- [Deeplinks](https://github.com/pimcore/pimcore/blob/11.x/doc/20_Extending_Pimcore/23_Deeplinks_into_Admin_Interface.md)
- [Admin Translations](https://github.com/pimcore/pimcore/blob/11.x/doc/06_Multi_Language_i18n/07_Admin_Translations.md)
- [Extending Admin UI](https://github.com/pimcore/pimcore/blob/11.x/doc/20_Extending_Pimcore/13_Bundle_Developers_Guide/06_Event_Listener_UI.md)