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 formatting presets #59

Open
2 tasks
KCarlile opened this issue Jun 13, 2024 · 0 comments
Open
2 tasks

Add formatting presets #59

KCarlile opened this issue Jun 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KCarlile
Copy link
Owner

Background

Formatting/style presets could be a handy feature for site builders to choose predefined themes, like black and white.

Acceptance Criteria

Approach

  • Use an enum for style names
  • Pass the enum to the method that will apply the styles
  • Should this be an instance method (gdj1.setTheme(GDJTheme.Dark);) or a static method (GDJ.SetTheme(gdj1, GDJTheme.Dark);)?

Notes

TBD

@KCarlile KCarlile added the enhancement New feature or request label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant