2017 © Pedro Peláez
 

symfony-bundle terms-block-bundle

Display a terms aggregation as a block for Sonata block.

image

subitolabs/terms-block-bundle

Display a terms aggregation as a block for Sonata block.

  • Monday, March 5, 2018
  • by ebuildy
  • Repository
  • 3 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Terms block

Do a select count(*), label group by label and display a block in Sonata admin dashboard., (*1)

Usage

composer require subitolabs/terms-block-bundle, (*2)

In AppKernel.php, (*3)

public function registerBundles() { $bundles = [ ... new \Subitolabs\Bundle\TermsBlockBundle\SubitolabsTermsBlockBundle() ... ] }, (*4)

In sonata.yml, (*5)

sonata_block:
    default_contexts: [admin]
    blocks:
        ...
      subitolabs.admin.block.terms:


sonata_admin:
    ...
  dashboard:
      blocks:
          -
            position: left                       
            type:     subitolabs.admin.block.terms
            settings:
                text:  Suggested interest status
                admin_code:  admin.suggested_topic
                field: status
                term_label: formatStatus
                term_link: formatStatusAdminUrl

The Versions

05/03 2018

1.0.1

1.0.1.0 https://github.com/subitolabs/terms-block-bundle

Display a terms aggregation as a block for Sonata block.

  Sources   Download

MIT

The Requires

 

The Development Requires

admin sonata block

10/12 2017

dev-master

9999999-dev https://github.com/subitolabs/terms-block-bundle

Display a terms aggregation as a block for Sonata block.

  Sources   Download

MIT

The Requires

 

The Development Requires

admin sonata block

10/12 2017

1.0.0

1.0.0.0 https://github.com/subitolabs/terms-block-bundle

Display a terms aggregation as a block for Sonata block.

  Sources   Download

MIT

The Requires

 

The Development Requires

admin sonata block