X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fparagraphs%2FREADME.txt;fp=web%2Fmodules%2Fcontrib%2Fparagraphs%2FREADME.txt;h=0000000000000000000000000000000000000000;hp=ef1885f537b6adc35583edbefeca8ce844881000;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/paragraphs/README.txt b/web/modules/contrib/paragraphs/README.txt deleted file mode 100644 index ef1885f53..000000000 --- a/web/modules/contrib/paragraphs/README.txt +++ /dev/null @@ -1,79 +0,0 @@ -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 - -WIDGETS -------------- - -Paragraphs currently provides two different widgets that can be used. - - * Classic: a stable UI with limited features that will not be changed or - updated. - - * Experimental: This widget provides additional features like duplicating - paragraphs and a drag & drop mode (see below) as well a improved user - experience. It is just as well tested as the classic UI but major changes - between versions are to be expected. - -Drag & drop -------------- - -The experimental widget offers a separate mode that allows to re-sort paragraphs -not just within the same level but it is also possible to change the hierarchy -and move paragraphs including their children around and into other paragraphs. - -During drag & drop mode, paragraphs are also displayed as a summary only, which -results in a very compact display that makes it easier to move them around. - -To use this, an additional library is necessary, which needs to be put in the -/libraries folder. Download from https://github.com/RubaXa/Sortable/releases, -make sure that the folder name is Sortable (with uppercase S) so that the path -to the javascript file is /libraries/Sortable/Sortable.min.js. - -Due to a known issue (https://github.com/RubaXa/Sortable/pull/1154), either -version 1.5.1 should be used or the patch from that pull request. - -If the file exists, the feature will automatically be available. - -MULTILINGUAL 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).