walkerZsh opened a new issue, #2797:
URL: https://github.com/apache/apisix-dashboard/issues/2797
### Issue description
Adding the plug-in metadata configuration to the plug-in template
configuration will lose the configuration
### Expected behavior
Add plugin __meta configuration missing
### How to Reproduce
It is invalid to specify __meta data when adding a plug-in configuration to
a plug-in template configuration, such as the following configuration when
editing the plug-in configuration
```
"_meta": {
"disable": false,
"filter": [
[
"http_X-Terminal-ID",
"IN",
[
"979f221f5347d71f86e35486eae2d331fdefd7a5"
]
]
]
},
```
If I hit submit, it's going to be
```
"_meta": {
"disable": false
```
### Screenshots
_No response_
### Environment
- apisix version 3.2.0:
- apisix-dashboard version, if have: 3.0.1
### Additional context
_No response_
--
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]