Skip to content

Commit

Permalink
Theme doc typo correction (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-lethargic authored Oct 4, 2023
1 parent 4268a39 commit c858ef7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/resources/theme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Theme Resource

This Resource is used to create a role for an Application.
UI login themes can be configured to enable custom branding for your FusionAuth login workflow. Themes are configured per Tenant or optionally by Application.

[Themes API]https://fusionauth.io/docs/v1/tech/apis/themes)
[Themes API](https://fusionauth.io/docs/v1/tech/apis/themes)

## Example Usage

Expand Down Expand Up @@ -65,7 +65,10 @@ resource "fusionauth_theme" "mytheme" {
## Argument Reference

* `source_theme_id` - (Optional) The optional Id of an existing Theme to make a copy of. If present, the defaultMessages, localizedMessages, templates, and stylesheet from the source Theme will be copied to the new Theme.
* `default_messages` - (Optional) A properties file formatted String containing at least all of the message keys defined in the FusionAuth shipped messages file. Required if not copying an existing Theme.
* `default_messages` - (Optional) A properties file formatted String containing at least all of the message keys defined in the FusionAuth shipped messages file.

~> **Note:** `default_messages` Is Required if not copying an existing Theme.

* `localized_messages` - (Optional) A Map of localized versions of the messages. The key is the Locale and the value is a properties file formatted String.
* `name` - (Required) A unique name for the Theme.
* `stylesheet` - (Optional) A CSS stylesheet used to style the templates.
Expand Down

0 comments on commit c858ef7

Please sign in to comment.