webmcp

view framework/env/slot/__init.lua @ 539:5a6e04f8220b

Added tag v2.2.0 for changeset 8bb8f08d1d55
author jbe
date Tue Apr 02 00:02:34 2019 +0200 (2019-04-02)
parents 93ebbc1e5dbc
children
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
7 slot._layout_set = false
9 slot._data = nil
10 slot.reset_all()
12 end)

Impressum / About Us