We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ea4f7 commit fa7985dCopy full SHA for fa7985d
src/main/java/com/cedricziel/idea/typo3/util/TCAUtil.java
@@ -24,6 +24,7 @@ public class TCAUtil {
24
};
25
26
public static final String[] TCA_CORE_TYPES = {
27
+ "check",
28
"flex",
29
"group",
30
"imageManipulation",
@@ -52,6 +53,14 @@ public class TCAUtil {
52
53
"textTable",
54
55
56
+ public static final String[] TCA_NUMERIC_CONFIG_KEYS = {
57
+ "size",
58
+ "min",
59
+ "max",
60
+ "maxitems",
61
+ "autoSizeMax",
62
+ };
63
+
64
private static final String EXT_LOCALCONF_FILENAME = "ext_localconf.php";
65
66
private static final String NODE_FACTORY_CLASS = "TYPO3\\CMS\\Backend\\Form\\NodeFactory";
0 commit comments