Skip to content

Releases: DarvinStudio/DarvinMenuBundle

Force make services public by default.

27 Sep 06:05
Compare
Choose a tag to compare

Force make services public by default.

Use generic tree sorter in menu item sorter.

25 May 07:50
Compare
Choose a tag to compare

Use generic tree sorter in menu item sorter.

Add Menu\ItemTranslation::isEmpty() to override method from translation trait.

03 May 09:23
Compare
Choose a tag to compare

Add Menu\ItemTranslation::isEmpty() to override method from translation trait.

6.8.4

27 Apr 07:37
Compare
Choose a tag to compare
Configure image sizes in admin section config.

Configure image sizes in admin section config.

27 Apr 06:07
Compare
Choose a tag to compare

Configure image sizes in admin section config.

Check all translations in menu item validator.

23 Apr 07:21
Compare
Choose a tag to compare

Check all translations in menu item validator.

Do not consider an ancestor item with empty URI.

20 Apr 08:10
Compare
Choose a tag to compare

Do not consider an ancestor item with empty URI.

Add entity configuration.

18 Apr 07:31
Compare
Choose a tag to compare
darvin_menu:
    entities:

        # Prototype
        entity:

            # Whether to allow to add entities to menu in admin panel
            admin:                true

            # Whether to show entities in slug map children
            slug_children:        true

Example:

darvin_menu:
    entities:
        AppBundle\Entity\Post:
            slug_children: false
        AppBundle\Entity\PostCategory:
            admin: false

Replace menu matcher with request-based one.

18 Apr 06:10
Compare
Choose a tag to compare

Replace menu matcher with request-based one.

Slug map item admin form type: properly sort slug map item choices.

17 Apr 13:04
Compare
Choose a tag to compare

Slug map item admin form type: properly sort slug map item choices.