bramdeleeuw/silverstripe-webapp

Adds new form actions and buttons to GridField detail form for usability enhancements.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 1

Open Issues: 0

Type:silverstripe-module

dev-master 2016-03-01 09:33 UTC

This package is auto-updated.

Last update: 2024-03-07 20:27:14 UTC


README

Add a tab to the Silverstripe cms from witch mobile web app capabilities can be managed.

Installation

  1. Extract the folder in the root of the silverstripe installation.
  2. Run a /dev/build?flush=all

if the content of the web app config tab looks crooked in the cms, you need to run a ?flush=1 in the cms. It is possible that the included templates are not yet found.

note: Splashscreens like the ipad-retina-portrait and ipad-retina-landscape can be bulky in size, sometimes 5mb in size, you need to check the server settings if you are not allowed to upload files bigger than 2mb. This can be done in the php.ini file. Change the value of upload_max_filesize = 2M to upload_max_filesize = 5M or more. Sometimes you'll also have to change the value post_max_size.