From 960a4d952f78089e679da21371b8650bca51bda6 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 1 Feb 2016 08:34:03 +0100 Subject: Add the richtext and rte_transform extras for rte fields --- add_extbase_property.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/add_extbase_property.sh b/add_extbase_property.sh index 6146b14..61c402c 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -132,13 +132,16 @@ declare -A tca_evals=( ["select"]="" ["date_timestamp"]="date" ["datetime_timestamp"]="datetime" + + ["file"]="" + ["image"]="" ) declare -A tca_option_map=( ["int"]="'size' => 30" ["string"]="'size' => 30" ["text"]="'cols' => 40, 'rows' => 15" - ["rte"]="'cols' => 40, 'rows' => 15" + ["rte"]="'cols' => 40, 'rows' => 15, 'defaultExtras' => 'richtext[]:rte_transform[mode=ts_links]'" ["password"]="'size' => 30" ["float"]="'size' => 30" -- cgit