Skip to content

Commit e8e0b93

Browse files
LKS90klausi
authored andcommitted
Added config_export to ConfigEntityType annotation
1 parent af4aa35 commit e8e0b93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Entity/RulesComponent.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
* "label" = "label",
3131
* "status" = "status"
3232
* },
33+
* config_export = {
34+
* "id",
35+
* "label",
36+
* "module",
37+
* "description",
38+
* "tag",
39+
* "core",
40+
* "expression_id",
41+
* "configuration",
42+
* },
3343
* links = {
3444
* "edit-form" = "/admin/config/workflow/rules/components/edit/{rules_component}",
3545
* "delete-form" = "/admin/config/workflow/rules/components/delete/{rules_component}",

0 commit comments

Comments
 (0)