Releases: DarvinStudio/DarvinUtilsBundle
Releases · DarvinStudio/DarvinUtilsBundle
Add JSON encoder.
Add JSON encoder.
Add copy cloned uploadables event subscriber.
Add copy cloned uploadables event subscriber.
7.3.4
Add antispam form theme.
Disable alias services compiler pass.
Disable alias services compiler pass.
Rename "Sluggable entity manager" => "Sluggable manager".
Rename "Sluggable entity manager" => "Sluggable manager".
Simplify override configuration.
Simplify override configuration.
- Add override command. - Move price formatter to utils lib. - Move macros template to utils lib. - Move translations to utils lib.
Override
Configuration
darvin_utils:
override:
DarvinECommerceBundle:
order:
entities:
- Order\Order
templates:
- admin/order
- order
product:
entities:
- Product
templates:
- product
Usage
Override all functionality
$ bin/console darvin:utils:override product
Override specific functionality
$ bin/console darvin:utils:override product admin
Specify bundle if subject name is ambiguous
$ bin/console darvin:utils:override product -b DarvinECommerceBundle
Add callback runner.
Add callback runner.
Make Twig, Translation and PropertyAccess components optional.
Make Twig, Translation and PropertyAccess components optional.
Remove Intl Twig functions.
Remove Intl Twig functions.