type: acf-plugin ?
strarsis opened this issue · comments
strarsis commented
Would it make sense to add acf-plugin
as supported package type as used in this plugin?
Map acf-plugin
to wordpress-plugin
?
Jordi Boggiano commented
Well.. is it a wordpress plugin that needs to be installed in the WP plugin dir? If so I think it's fine to declare its type as wordpress-plugin
strarsis commented
@Seldaek: Yes, ACF plugins are like normal WordPress plugins, but they hook into ACF (or ACF Pro) and add new functionality (field type, behaviour, etc).
Jordi Boggiano commented
OK, sounds to me like for composer purposes they should just have the wordpress-plugin type then, it's kind of a detail where they hook after install.