liquid_feedback_frontend

view model/file.lua @ 1725:4a5a79a37db1

Render links in unit and area description, updated layout of unit and area box
author bsw
date Tue Sep 28 09:43:58 2021 +0200 (2021-09-28)
parents 17e7082c377a
children
line source
1 File = mondelefant.new_class()
2 File.table = "file"
3 File.primary_key = "id"
5 File.binary_columns = {
6 data = true,
7 preview_data = true
8 }

Impressum / About Us