Property Registration

Aus Klimahaupstadt Linz
Version vom 13. April 2020, 18:36 Uhr von Admin (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche
Diese Seite ist Teil der Semantic Organization-Extension.
static $properties = [
"action" => [ "id" => "ACT","fields" => ["out-of-date" => [ "id" => "OOD","type" => "boo" ],"difficulty" => [ "id" => "DI","type" => "txt" ],"topic" => [ "id" => "TO","type" => "wpg" ],"category" => [ "id" => "CA","type" => "txt" ],"type" => [ "id" => "TY","type" => "txt" ],"title" => [ "id" => "TI","type" => "txt" ],"ref" => [ "id" => "RE","type" => "wpg" ],"time" => [ "id" => "TM","type" => "txt" ],"website" => [ "id" => "WE","type" => "uri" ],"description" => [ "id" => "DE","type" => "txt" ],"position" => [ "id" => "PO","type" => "num" ], ] ],
"action-step" => [ "id" => "ACS","fields" => ["description" => [ "id" => "DE","type" => "txt" ],"action" => [ "id" => "AC","type" => "wpg" ], ] ],
"participation" => [ "id" => "PA","fields" => ["ref" => [ "id" => "RE","type" => "wpg" ],"description" => [ "id" => "DE","type" => "txt" ],"time" => [ "id" => "TM","type" => "txt" ],"type" => [ "id" => "TY","type" => "txt" ],"difficulty" => [ "id" => "DI","type" => "txt" ],"website" => [ "id" => "WE","type" => "uri" ],"title" => [ "id" => "TI","type" => "txt" ], ] ],
];