liquid_feedback_frontend

view model/file.lua @ 1631:d9ccd0d6ef8c

Fix height of card action area
author bsw
date Mon Feb 08 14:28:28 2021 +0100 (2021-02-08)
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