pimcore / output-data-config-toolkit

Output Data Config Toolkit community bundle adds some additional tools for formatting data outputs to Pimcore.
Other
21 stars 22 forks source link

Get classification store attributes #29

Closed manmohan-pimcore closed 3 years ago

manmohan-pimcore commented 3 years ago

Added code on DefaultValue in the output channel bundle that could use some sort of classification store getter to extract a value if it is prefixed with #cs#

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

daves-weblab commented 3 years ago

Hi @manmohan-pimcore I think you forgot some imports in the DefaultValue for accessing the Classificationstore\GroupConfig. I think you need a use Pimcore\Model\DataObject\Classificationstore; for it to work.

Also could you please update the docs on how to use this feature? Thanks!

manmohan-pimcore commented 3 years ago

Hi, @daves-weblab I have commit changes for use Pimcore\Model\DataObject\Classificationstore;

Thanks!

dvesh3 commented 3 years ago

@manmohan-pimcore could you please sign the CLA? https://github.com/pimcore/output-data-config-toolkit/pull/29#issuecomment-823291307 thanks!

dvesh3 commented 3 years ago

@manmohan-pimcore thanks a lot!