diff --git a/src/api/behavior.ts b/src/api/behavior.ts index 3efa0cfc..703d9c4f 100644 --- a/src/api/behavior.ts +++ b/src/api/behavior.ts @@ -367,6 +367,16 @@ export default { ...t, category: "entityTypes", })); + + if (enableHorizontalRule) { + items.push({ + type: ENTITY_TYPE.HORIZONTAL_RULE, + ...(typeof enableHorizontalRule === "object" + ? enableHorizontalRule + : {}), + category: "entityTypes", + }); + } } return {