-
Notifications
You must be signed in to change notification settings - Fork 1
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
70 changed files
with
2,520 additions
and
1,020 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
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 |
---|---|---|
@@ -0,0 +1,91 @@ | ||
[ | ||
{ | ||
"name": "Alt", | ||
"handle": "alt", | ||
"instructions": "Alt text (alternative text) is a word or phrase that can be inserted as an attribute to tell Web site viewers the nature or contents of an image. The alt text appears in the code and is good for SEO, Accessibility and is a best practice to include this field. If no Alt Text is specified then the title of the image will be used instead. In some instances Alt text will be autogenerated, an example being Logo assets. \r\n\r\nAlt text should ideally describe the image but would benefit from any keywords. E.g Stack of blueberry pancakes with powdered sugar", | ||
"required": null, | ||
"searchable": 1, | ||
"translationMethod": "none", | ||
"translationKeyFormat": null, | ||
"type": "craft\\fields\\PlainText", | ||
"settings": { | ||
"uiMode": "normal", | ||
"placeholder": "Please enter an image description | e.g Stack of blueberry pancakes with powdered sugar", | ||
"code": "", | ||
"multiline": 1, | ||
"initialRows": 4, | ||
"charLimit": null, | ||
"byteLimit": null, | ||
"columnType": "text" | ||
} | ||
}, | ||
{ | ||
"name": "Display Title", | ||
"handle": "displayTitle", | ||
"instructions": "This is used for documents and files and will use this title on the website for downloads\/links to documents.", | ||
"required": null, | ||
"searchable": 0, | ||
"translationMethod": "none", | ||
"translationKeyFormat": null, | ||
"type": "craft\\fields\\PlainText", | ||
"settings": { | ||
"uiMode": "normal", | ||
"placeholder": "", | ||
"code": "", | ||
"multiline": "", | ||
"initialRows": 4, | ||
"charLimit": null, | ||
"byteLimit": null, | ||
"columnType": null | ||
} | ||
}, | ||
{ | ||
"name": "Notes", | ||
"handle": "notes", | ||
"instructions": "Use this field to enter any additional notes regarding the image.", | ||
"required": null, | ||
"searchable": 1, | ||
"translationMethod": "none", | ||
"translationKeyFormat": null, | ||
"type": "craft\\redactor\\Field", | ||
"settings": { | ||
"uiMode": "enlarged", | ||
"redactorConfig": "Simple.json", | ||
"purifierConfig": "", | ||
"cleanupHtml": true, | ||
"removeInlineStyles": 1, | ||
"removeEmptyTags": 1, | ||
"removeNbsp": 1, | ||
"purifyHtml": 1, | ||
"columnType": "text", | ||
"availableVolumes": "*", | ||
"availableTransforms": "*", | ||
"showUnpermittedVolumes": false, | ||
"showUnpermittedFiles": false, | ||
"showHtmlButtonForNonAdmins": true, | ||
"configSelectionMode": "choose", | ||
"manualConfig": "", | ||
"defaultTransform": "" | ||
} | ||
}, | ||
{ | ||
"name": "Stock\/Source Url", | ||
"handle": "stockSoruceUrl", | ||
"instructions": "Use this field to paste the URL for the original stock\/source image. This could be useful to reference Stock images.", | ||
"required": null, | ||
"searchable": 1, | ||
"translationMethod": "none", | ||
"translationKeyFormat": null, | ||
"type": "craft\\fields\\PlainText", | ||
"settings": { | ||
"uiMode": "normal", | ||
"placeholder": "", | ||
"code": false, | ||
"multiline": "", | ||
"initialRows": 4, | ||
"charLimit": null, | ||
"byteLimit": null, | ||
"columnType": "text" | ||
} | ||
} | ||
] |
Oops, something went wrong.