Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Whitelabel Support #11

Open
madzak opened this issue Dec 27, 2011 · 1 comment
Open

Add Whitelabel Support #11

madzak opened this issue Dec 27, 2011 · 1 comment

Comments

@madzak
Copy link
Contributor

madzak commented Dec 27, 2011

Overview

With most Saas applications will want to offer custom branding which is where whitelabel support comes into play.

Requirements

The WhiteLabel Feature Shall...

  • Allow customers of the Saas application to provide a template file which is stored on the filesystem.
  • Based on the tenant that is currently active, the base template will be loaded and injected between the master base and the view templates.
  • Users can include external stylesheets, javascript, and images in the custom base template.
  • Users base templates should jail'd and not able to access other templates in the Saas system.
  • Provide a default base template if one cannot be found
@sleekslush
Copy link
Owner

We can control the isolation of templates through a custom template loader. Probably one that inherits the behavior of the existing filesystem one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants