Loading...
 
Skip to main content

History: General_File_Gallery

Source of version: 9 (current)

Copy to clipboard
            !!Adding a file gallery
{CODE(caption=>YAML)}
preferences:
 feature_file_galleries: y
objects:
 -
  type: file_gallery
  ref: General_File_Gallery
  data:
   name: General
   description: Images & files
   owner: admin
   parent: 1
   archives: 0
   flags: [ public, visible, lockable ]
   column: [ icon, name, created, creator, files ]
{CODE}