bzp2010 edited a comment on issue #2057:
URL: 
https://github.com/apache/apisix-dashboard/issues/2057#issuecomment-897367382


   @suninuni I understand your problem. I will explain your questions one by 
one.
   
   - dashboard
     - web/src/components/Plugin/UI/limit-count.tsx
     Here, the select box displayed in form in the dashboard is defined. If you 
need to use the UI for configuration, you need to add your modifications. If 
you don't modify it here, you can still use YAML and JSON editor to make plugin 
config changes.
   
     - api/conf/schema
     This file is automatically generated by APISIX based on its own and its 
plugins defined schema. You can use the Control API to regenerate the 
`schema.json` after modifying the schema of the following APISIX plugins. 
[Docs](https://apisix.apache.org/docs/apisix/2.7/control-api/#get-v1schema)
   
   - apisix
     - limit-count.lua
     There is no doubt that you must modify this part.
   
   #### Tips: after you modify the schema, you may need to regenerate the 
schema.json and rebuild the docker image of the dashboard if you use docker.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to