draw/sonata-integration-bundle

Integrate compatible draw packages in Sonata admin

Installs: 25 577

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.10.21 2024-04-23 19:26 UTC

README

This bundle is for draw/* component integration in sonata.

Console

The configuration lists the commands available from Sonata to be selected and executed:

draw_sonata_integration:
    console:
        admin:
           
        commands:
            clearCache:
                commandName: "redis:flushdb"
                label: "Clear Cache"
                icon: "fa-ban"
            reIndexSearch:
                commandName: "fos:elastica:populate"
                label: "Re-Index Search"
                icon: "fa-search-plus"