navneetbhardwaj / akeneodynamicjobtab
Dynamic Job Tab Bundle: Seamlessly add custom tabs to any job with the Dynamic Job Tab Bundle. This versatile tool allows you to dynamically integrate a custom tab into your job listings. To configure the job name, simply update the configuration.yml file.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- akeneo/pim-community-dev: ^7.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
- phpstan/phpstan: ^0.12.68
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2024-12-24 12:11:01 UTC
README
Dynamic Job Tab Bundle: Seamlessly add custom tabs to any job with the Dynamic Job Tab Bundle. This versatile tool allows you to dynamically integrate a custom tab into your job listings. To configure the job name, simply update the configuration.yml file.
Installation
Manual Installation:
-
merge "src" directory with the akeneo project src directory.
-
register bundle in config/bundles.php
\DynamicJobTabBundle\DynamicJobTabBundle::class => ['all' => true],
-
copy the routing file from attached file to the akeneo config/routes directory. after the verify the entry in the file config/routes/dynamicTab.yml
-
then run the installation command
NO_DOCKER=true make upgrade-front
uses
-
add the job names in the configuration.yml
-
run the command NO_DOCKER=true make upgrade-front
-
you can see the new custom tab in the given job names.
Note: you can change the custom tab fields by changing the default template config/form_extensions/tab_template.yml