######################## ##### NOTIFICATION ##### ######################## lib.flashInfo = COA_INT lib.flashInfo { 10 = CONTENT 10 { table = tx_wseils_domain_model_notification select { pidInList = {$folder.notification} where = hidden = 0 AND deleted = 0 max = 1 } renderObj = COA renderObj { wrap =
} } 20 = CONTENT 20 { table = tx_wseils_domain_model_notification select { selectFields = `uid`, `title`, `description`, `color` pidInList = {$folder.notification} where = hidden = 0 AND deleted = 0 orderBy = sorting ASC } renderObj = COA renderObj { wrap = wrap.insertData = 1 10 = TEXT 10 { value =

{field:title}

insertData = 1 } 20 = TEXT 20 { field = description wrap =
|
} 30 = TEXT 30 { value = } } wrap =
|
} }