PHP code example of agencednd / attribute-description-bundle
1. Go to this page and download the library: Download agencednd/attribute-description-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
agencednd / attribute-description-bundle example snippets
$bundles[] = new Dnd\Bundle\AttributeDescriptionBundle\DndAttributeDescriptionBundle();
akeneo_storage_utils:
mapping_overrides:
-
original: Pim\Bundle\CatalogBundle\Entity\Attribute
override: Dnd\Bundle\AttributeDescriptionBundle\Entity\Attribute
-
original: Pim\Bundle\CatalogBundle\Entity\AttributeTranslation
override: Dnd\Bundle\AttributeDescriptionBundle\Entity\AttributeTranslation
app/AppKernel.php