Skip to content

Commit e7f1c5a

Browse files
committed
Add cols and rows to numeric indexes
1 parent d4cd694 commit e7f1c5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/cedricziel/idea/typo3/util/TCAUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public class TCAUtil {
5959
"max",
6060
"maxitems",
6161
"autoSizeMax",
62+
"cols",
63+
"rows",
6264
};
6365

6466
private static final String EXT_LOCALCONF_FILENAME = "ext_localconf.php";

0 commit comments

Comments
 (0)