[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# # title: (string, optional) main title of module # collapse: (boolean) if true, show as collapsed by default (default false) # subtitle: (optional) any of: # a string # an array of: (will be joined with ", ") # string (will be filtered) # { unfiltered: html } (will not be filtered) # content: (string, required) module's content (use WRAPPER module..) # hide_on_view: (boolean) if true, the module won't be visible in view mode # hide_on_edit: (boolean) if true, the module won't be visible in edit mode # no_collapse_persist: (boolean) if true, the module's collapsed state will # not be remembered between page loads #%]