-
-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
12 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ items_per_page: 15 | |
|
||
# === Picture rendering settings | ||
# | ||
# Alchemy uses Dragonfly to render images. Settings for image rendering are specific to elements and are defined in elements.yml | ||
# Alchemy uses ActiveStorage to render images. Settings for image rendering are specific to elements and are defined in elements.yml | ||
# | ||
# Example: | ||
# - name: some_element | ||
|
@@ -74,8 +74,6 @@ items_per_page: 15 | |
# crop: true # turns on image cropping | ||
# size: '500x500' # image will be cropped to this size | ||
# | ||
# See http://markevans.github.com/dragonfly for further info. | ||
# | ||
# ==== Global Options: | ||
# | ||
# output_image_jpg_quality [Integer] # If image gets rendered as JPG this is the quality setting for it. (Default 85) | ||
|
@@ -134,7 +132,8 @@ mailer: | |
mail_from: [email protected] | ||
mail_to: [email protected] | ||
subject: A new contact form message | ||
fields: [salutation, firstname, lastname, address, zip, city, phone, email, message] | ||
fields: | ||
[salutation, firstname, lastname, address, zip, city, phone, email, message] | ||
validate_fields: [lastname, email] | ||
|
||
# === User roles | ||
|
@@ -167,14 +166,14 @@ uploader: | |
file_size_limit: 100 | ||
allowed_filetypes: | ||
alchemy/attachments: | ||
- '*' | ||
- "*" | ||
alchemy/pictures: | ||
- jpg | ||
- jpeg | ||
- gif | ||
- png | ||
- svg | ||
- webp | ||
- jpg | ||
- jpeg | ||
- gif | ||
- png | ||
- svg | ||
- webp | ||
|
||
# === Link Target Options | ||
# | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.