Come build with us.
Stacks API v13 for Stacks 5.0
The Info.plist file within a stack defines the basic attributes of the stack like its title and version number, the custom properties the stack will display when selected, and file names of each of the templates and assets.
CFBundleIdentifier
— The unique ID for your stack.group
— The library group for your stack.icon
— The base of you icon files.tags
— Tags used for search and groups.title
— The title.helpURL
— The support URL.infoURL
— The general info URL for this stack.missingURL
— A URL for the user to download a missing stackSUFeedURL
— The Appcast URL for updates.updateInfo
— Any data in JSON format.updateInfoPublicKey
— Public Key for secure updates.updateInfoSignature
— A digital signature for the update info.assets
— Declare your static assets files here.customItems
— The Info sidebar controls.libraries
— Declare your libraries here.missingHtml
— Content provided when this stack is missingpreprocessor
— Enable Stacks 3.5 preprocessortemplates
— Declare your template files here.javascriptClosure
— Disable the default JS closure.javascriptLib
— Load a JS library.requiresPhp
— Export with a php extension.requiresPhpBuffer
— Enable php buffering.requiresPhpSession
— Enable php session.childOf
— Limit where this stack can be placed.deprecated
— Hide (really really) this stack in the Libraryhidden
— Hide this stack in the Libraryinline
— Disable wrapper divs around a stackCFBundleShortVersionString
— The version number.CFBundleVersion
— The the current build number.minAPIVersion
— The minimum API version.