We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你想要什么功能 插件配置公共常量支持,用于支持特定环境的插件变量渲染
建议如何实现
PLUGIN_COMMON_CONSTANTS
{"plugin_name": {"a": 1}, "global": {}}
plugin_name 给特定的插件使用 global 全部插件可见
plugin_name
global
context
nodeman.constants
apps/backend/subscription/tools.py
The text was updated successfully, but these errors were encountered:
feature: 插件配置公共常量支持 (closed TencentBlueKing#1500)
fefc1ec
d3a9acd
cf3c879
feature: 插件配置公共常量支持 (closed #1500)
d078d31
3620b5b
wyyalt
No branches or pull requests
你想要什么功能
插件配置公共常量支持,用于支持特定环境的插件变量渲染
建议如何实现
PLUGIN_COMMON_CONSTANTS
变量,值格式:plugin_name
给特定的插件使用global
全部插件可见context
中的nodeman.constants
The text was updated successfully, but these errors were encountered: