-
Notifications
You must be signed in to change notification settings - Fork 0
/
file_translation.ui_patterns.yml
45 lines (45 loc) · 1.41 KB
/
file_translation.ui_patterns.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
file_translation:
label: "File with translations"
description: "File download component with the available translations."
fields:
button_label:
type: "text"
label: "Label"
description: "Download button label."
preview: "Download"
file:
type: "FileValueObject"
label: "File"
description: "A file value object."
preview:
title: "Example document"
mime: "application/pdf"
url: "http://example.com/document.pdf"
size: "150000"
name: "document.pdf"
language_code: "en"
translations:
type: "array"
label: "Files"
description: "List of FileValueObject objects."
preview:
- mime: "application/pdf"
url: "http://example.com/document_fr.pdf"
size: "150000"
name: "document.pdf"
language_code: "fr"
- mime: "application/pdf"
url: "http://example.com/document_it.pdf"
size: "160000"
name: "document.pdf"
language_code: "it"
- mime: "application/pdf"
url: "http://example.com/document_hu.pdf"
size: "170000"
name: "document.pdf"
language_code: "hu"
more_info:
type: "text"
label: "More information"
description: "Informative text about the available translations."
preview: "Looking for another language which is not on the list? Find out why."