| 123456789101112131415161718192021222324252627282930313233343536373839 | identity:  author: Leo.Wang  name: gitlab  label:    en_US: GitLab    zh_Hans: GitLab  description:    en_US: GitLab plugin, API v4 only.    zh_Hans: 用于获取GitLab内容的插件,目前仅支持 API v4。  icon: gitlab.svgcredentials_for_provider:  access_tokens:    type: secret-input    required: true    label:      en_US: GitLab access token      zh_Hans: GitLab access token    placeholder:      en_US: Please input your GitLab access token      zh_Hans: 请输入你的 GitLab access token    help:      en_US: Get your GitLab access token from GitLab      zh_Hans: 从 GitLab 获取您的 access token    url: https://docs.gitlab.com/16.9/ee/api/oauth2.html  site_url:    type: text-input    required: false    default: 'https://gitlab.com'    label:      en_US: GitLab site url      zh_Hans: GitLab site url    placeholder:      en_US: Please input your GitLab site url      zh_Hans: 请输入你的 GitLab site url    help:      en_US: Find your GitLab url      zh_Hans: 找到你的 GitLab url    url: https://gitlab.com/help
 |