joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.73k stars 3.64k forks source link

Custom fields native exporter and importer? #41522

Open giudansky opened 1 year ago

giudansky commented 1 year ago

Custom fields are probably the best joomla feature so far. I'm using it a lot and it's very interconnected with my templates developing. Now... I was wondering why it seems there are no ways to batch reproduce custom fields. A template using custom fields needs to recreate every single field on every joomla installation. It would be so nice having an xml inside the template to reconfigure them on the fly when installing the template. Or an import/export procedure in the custom fields dashboard. If you have 10 custom fields each one with options, conditionals and field types it means recreating them one by one and it's frustrating. I know I can import/export with an sql query but thats not exactly accessible.

Thanks

jduerscheid commented 1 year ago

This is in my opionion an good feature, but not really easy to do, because you there are a few things to think about.

brianteeman commented 1 month ago

This extension should help you https://github.com/pjdevries/com_hopper

giudansky commented 4 weeks ago

Thanks I'll check it out!