Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIDoc Product field not supported in apigee-smartdocs-maven-plugin #55

Closed
mejdidjaz opened this issue Jun 6, 2023 · 1 comment
Closed

Comments

@mejdidjaz
Copy link

Currently we are using the Apigee Developer Portal Kickstart, based on Drupal 9, Version 9.4.6 and using Apigee-Smartdocs-Maven-plugin for the automation of publishing our APIs on the developer portal , But this plugin is as now supported till Drupal 8. In Drupal 8 we were not having the field of API Product in the APIDoc, so this field type is not supported in the current version of this plugin, only simple fields and vocabulary is supported. Please your support to handle that in Drupal 9.4.6?

@ssvaidyanathan
Copy link
Collaborator

Fix and released in v2.2.4

Just add field_api_product. For example

"fields":{
      "field_api_product":[
         "demo"
      ]
   }

to your config json that you are passing to the plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants