This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git
The following commit(s) were added to refs/heads/main by this push:
new caf4692 fix(editor-stacks): remove registrationMode from info
configuration
caf4692 is described below
commit caf46925d6cc7950e9ab8e748d49b3510ed8f42b
Author: robin <[email protected]>
AuthorDate: Fri Dec 26 10:33:20 2025 +0800
fix(editor-stacks): remove registrationMode from info configuration
---
editor-stacks/index.ts | 1 -
editor-stacks/info.yaml | 1 -
2 files changed, 2 deletions(-)
diff --git a/editor-stacks/index.ts b/editor-stacks/index.ts
index 9ffb455..14f8acc 100644
--- a/editor-stacks/index.ts
+++ b/editor-stacks/index.ts
@@ -25,7 +25,6 @@ export default {
info: {
type: info.type,
slug_name: info.slug_name,
- registrationMode: info.registrationMode,
},
component: Component,
i18nConfig,
diff --git a/editor-stacks/info.yaml b/editor-stacks/info.yaml
index c240e9e..27d2ff3 100644
--- a/editor-stacks/info.yaml
+++ b/editor-stacks/info.yaml
@@ -17,7 +17,6 @@
slug_name: editor_stacks
type: editor_replacement
-registrationMode: singleton
version: 0.0.1
author: "Robin"
link: https://github.com/apache/answer-plugins/tree/main/editor-stacks