Build and manage easily your category tree.
⚠️ Do not install this extension in production environment !⚠️
This extension is still under development, it might ruin your category folder structure or delete all your categories
Install at your own risks
- Download the extension.
- Put the extension in a root folder of your TYPO3 site. ex.
/packages
- In your root
composer.json
add the following
"repositories": [
{
"type": "path",
"url": "packages/*"
}
],
- Run the command
composer req petitglacon/category-treebuilder:@dev
- You'll find the module under admin tab
- Enjoy
- Category "CRUD" : create, update, delete your categories at will with contextual menu
- Move entire category subtree in a simple drag and drop
- LocalStorage keeps track of open/closed subtrees
- Generate fake categories
- Translations
- Folders handling
Don't hesitate to open issue for feature request or bugs
See version changelog in changelog.md
You'll need to build the Vue app to modify the backend module
To do that open a CLI in packages/category_treebuilder/Resources/Private/JavaScript/vue
Install node modules npm i
(or with ddev ddev npm i
)
Next run npm run dev
(or with ddev ddev npm run dev
)
This extension has been built for the Typo3 project, see on TER