Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / paragraphs / README.txt
1 README.txt
2 ==========
3
4 Paragraph is a module to create paragraphs in your content.
5 You can create types(with own display and fields) as paragraph types.
6
7 When you use the Entity Reference Paragraphs widget + Entity Reference selection
8 type on your node/entity, you can select the allowed types, and when using the
9 widget, you can select a paragraph type from the allowed types to use
10 different fields/display per paragraph.
11
12 * Different fields per paragraph type
13 * Using different paragraph types in a single paragraph field
14 * Displays per paragraph type
15
16 CONFIGURATION
17 -------------
18  * Enable the Paragraph module.
19
20  * Add new languages for the translation in Configuration » Languages.
21
22  * Enable any custom content type with a paragraph field to be translatable in
23  Configuration » Content language
24  and translation:
25
26    - Under Custom language settings check Content.
27
28       - Under Content check the content type with a paragraph field.
29
30    - Make sure that the paragraph field is set to NOT translatable.
31
32    - Set the fields of each paragraph type to translatable as required.
33
34  * Check Paragraphs as the embedded reference in Configuration » Translation
35  Management settings.
36
37  * Create a new content - Paragraphed article and translate it.
38
39
40 LIMITATION
41 -------------
42 For now, this module does not support switching entity reference revision field
43 of the paragraph itself into multilingual mode. This would raise complexity
44 significantly.
45 Check #2461695: Support translatable paragraph entity reference revision field
46 (https://www.drupal.org/node/2461695).