Property Registration

Aus Krötenwanderung
Wechseln zu: Navigation, Suche
Diese Seite ist Teil der Semantic Organization-Extension.
static $properties = [
"aktuelle-kampagne" => [ "id" => "KA","fields" => ["beschreibung" => [ "id" => "BS","type" => "txt" ],"titel" => [ "id" => "TI","type" => "txt" ],"website" => [ "id" => "WE","type" => "uri" ],"betrag" => [ "id" => "BE","type" => "num" ],"enddatum" => [ "id" => "ED","type" => "dat" ],"projekt" => [ "id" => "PR","type" => "wpg" ], ] ],
"faq" => [ "id" => "FAQ","fields" => ["answer" => [ "id" => "AN","type" => "txt" ],"slug" => [ "id" => "SL","type" => "txt" ],"question" => [ "id" => "QU","type" => "txt" ],"preview" => [ "id" => "PR","type" => "txt" ], ] ],
"projekt" => [ "id" => "KP","fields" => ["email" => [ "id" => "EM","type" => "ema" ],"titelbild" => [ "id" => "TI","type" => "wpg" ],"webprojekt" => [ "id" => "WP","type" => "uri" ],"finanzierungdat" => [ "id" => "FDAT","type" => "dat" ],"personenbeschreibung" => [ "id" => "PB","type" => "txt" ],"grundprinzipien" => [ "id" => "GP","type" => "txt" ],"status" => [ "id" => "ST","type" => "txt" ],"finanzierungem" => [ "id" => "FEM","type" => "num" ],"kurzbeschreibung" => [ "id" => "KB","type" => "txt" ],"jahr" => [ "id" => "JA","type" => "num" ],"up-to-date-date" => [ "id" => "UD","type" => "dat" ],"logo" => [ "id" => "LO","type" => "wpg" ],"webanlage" => [ "id" => "WA","type" => "uri" ],"finanzierungdk" => [ "id" => "FDK","type" => "num" ],"standort" => [ "id" => "SO","type" => "geo" ],"freiraeume" => [ "id" => "FR","type" => "txt" ],"personendat" => [ "id" => "PDAT","type" => "dat" ],"up-to-date-person" => [ "id" => "UP","type" => "wpg" ],"freigabe" => [ "id" => "FG","type" => "boo" ],"solidaritaet" => [ "id" => "SS","type" => "txt" ],"personenzahl" => [ "id" => "PE","type" => "num" ],"dringlichkeit" => [ "id" => "DR","type" => "dat" ],"adresse" => [ "id" => "ADR","type" => "txt" ],"beschreibung" => [ "id" => "BE","type" => "txt" ],"ort" => [ "id" => "OR","type" => "txt" ],"struktur" => [ "id" => "RE","type" => "txt" ],"name" => [ "id" => "NA","type" => "txt" ],"finanzierungbank" => [ "id" => "FB","type" => "num" ],"finanzierungsart" => [ "id" => "FA","type" => "txt" ],"dachorganisation" => [ "id" => "DA","type" => "txt" ],"bundesland" => [ "id" => "BL","type" => "txt" ], ] ],
];