X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fparagraphs%2FREADME.txt;fp=web%2Fmodules%2Fcontrib%2Fparagraphs%2FREADME.txt;h=f32e165046c450de854b181db0b51e34689d2dab;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/paragraphs/README.txt b/web/modules/contrib/paragraphs/README.txt new file mode 100644 index 000000000..f32e16504 --- /dev/null +++ b/web/modules/contrib/paragraphs/README.txt @@ -0,0 +1,46 @@ +README.txt +========== + +Paragraph is a module to create paragraphs in your content. +You can create types(with own display and fields) as paragraph types. + +When you use the Entity Reference Paragraphs widget + Entity Reference selection +type on your node/entity, you can select the allowed types, and when using the +widget, you can select a paragraph type from the allowed types to use +different fields/display per paragraph. + +* Different fields per paragraph type +* Using different paragraph types in a single paragraph field +* Displays per paragraph type + +CONFIGURATION +------------- + * Enable the Paragraph module. + + * Add new languages for the translation in Configuration » Languages. + + * Enable any custom content type with a paragraph field to be translatable in + Configuration » Content language + and translation: + + - Under Custom language settings check Content. + + - Under Content check the content type with a paragraph field. + + - Make sure that the paragraph field is set to NOT translatable. + + - Set the fields of each paragraph type to translatable as required. + + * Check Paragraphs as the embedded reference in Configuration » Translation + Management settings. + + * Create a new content - Paragraphed article and translate it. + + +LIMITATION +------------- +For now, this module does not support switching entity reference revision field +of the paragraph itself into multilingual mode. This would raise complexity +significantly. +Check #2461695: Support translatable paragraph entity reference revision field +(https://www.drupal.org/node/2461695).