summaryrefslogtreecommitdiff
path: root/add_extbase_property.sh
diff options
context:
space:
mode:
Diffstat (limited to 'add_extbase_property.sh')
-rwxr-xr-xadd_extbase_property.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/add_extbase_property.sh b/add_extbase_property.sh
index b431fef..21cc5c7 100755
--- a/add_extbase_property.sh
+++ b/add_extbase_property.sh
@@ -7,10 +7,6 @@
model=$1
property=$2
-
-# Working for int-only currently
-# Need to create a lookup table for type-related definitions in ext_tables.sql/TCA (and Model)
-#typ=int
typ=$3
extension=$(basename `pwd`)