Skip to content

Commit 4f2df82

Browse files
committed
[TASK] Default frame class
1 parent 9077c03 commit 4f2df82

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Configuration/TSconfig/TCEFORM.tsconfig

+9-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,14 @@ TCEFORM {
6666
keepItems = 1,2,3,4,6
6767
}
6868

69+
frame_class {
70+
removeItems = ruler-before, ruler-after, indent, indent-left, indent-right, indent-righ
71+
addItems {
72+
container = Container
73+
}
74+
}
75+
6976
layout.disabled = 1
70-
frame_class.disabled = 1
7177
space_before_class.disabled = 1
7278
space_after_class.disabled = 1
7379
linkToTop.disabled = 1
@@ -78,6 +84,8 @@ TCEFORM {
7884
}
7985
}
8086

87+
TCAdefaults.tt_content.frame_class = none
88+
8189

8290
## Disable FSC cTypes
8391
TCEFORM.tt_content.CType.removeItems := addToList(html)

0 commit comments

Comments
 (0)