You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2018. It is now read-only.
@@ -55,14 +55,16 @@ A PDF download is also available: [Nested Content - Developers Guide v1.0.pdf](d
55
55
56
56
## Known Issues
57
57
58
-
Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues:
58
+
Please be aware that not all property-editors will work within Nested Content. The following Umbraco core property-editors are known to have compatibility issues:
59
59
60
-
* Checkbox List (default Umbraco core)
61
-
* Image Cropper (default Umbraco core)
62
-
* Macro Container (default Umbraco core)
63
-
* Radiobutton List (default Umbraco core)
64
-
* Repeatable Textstring (default Umbraco core) - this works in the back-office, but due to a bug in the value-converter it will produce additional blank entries
65
-
* Upload (default Umbraco core)
60
+
* Checkbox List
61
+
* Dropdown List Multiple
62
+
* Image Cropper
63
+
* Macro Container
64
+
* Radiobutton List
65
+
* Repeatable Textstring - _this works in the back-office, but due to a bug in the value-converter it will produce additional blank entries_
66
+
* Tags - _this appears to work, but by design it is intended to work once per page_
67
+
* Upload
66
68
67
69
---
68
70
@@ -80,7 +82,7 @@ Anyone and everyone is welcome to contribute. Please take a moment to review the
80
82
Have a question?
81
83
82
84
*[Nested Content Forum](https://our.umbraco.org/projects/backoffice-extensions/nested-content/nested-content-feedback) on Our Umbraco
83
-
*[Raise an issue](https://github.com/leekelleher/umbraco-nested-content/issues) on GitHub
85
+
*[Raise an issue](https://github.com/umco/umbraco-nested-content/issues) on GitHub
Copy file name to clipboardExpand all lines: docs/developers-guide.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,10 @@ The prevalue editor allows you to configure the following properties.
46
46
47
47
| Member | Type | Description |
48
48
|-----------------|---------|-------------|
49
-
| Doc Types | List | Defines a list of doc types to use as data blue prints for this **Nested Content** instance. For each doc type you can provide the alias of the tab you wish to render (first tab is used by default if not set) as well as a template for generating list item labels using the syntax `{{propertyAlias}}`. |
50
-
| Min Items | Int | Sets the minimum number of items that should be allowed in the list. If greater than 0, **Nested Content** will pre-populate your list with the minimum amount of allowed items and prevent deleting items below this level. Defaults to 0.
51
-
| Max Itemd|Int | Sets the maximum number of items that should be allowed in the list. If greater than 0, **Nested Content** will prevent new items being added to the list above this threshold. Defaults to 0. |
52
-
| Confirm Deletes | Boolean | Enabling this will require item deletions to require a confirmation before being deleted. Defaults to TRUE|
49
+
| Doc Types | List | Defines a list of doc types to use as data blue prints for this **Nested Content** instance. For each doc type you can provide the alias of the tab you wish to render (first tab is used by default if not set) as well as a template for generating list item labels using the syntax `{{propertyAlias}}`. If you would like to include the index position in the label, you can use `{{$index}}`. |
50
+
| Min Items | Integer | Sets the minimum number of items that should be allowed in the list. If greater than `0`, **Nested Content** will pre-populate your list with the minimum amount of allowed items and prevent deleting items below this level. Defaults to `0`.
51
+
| Max Items|Integer | Sets the maximum number of items that should be allowed in the list. If greater than `0`, **Nested Content** will prevent new items being added to the list above this threshold. Defaults to `0`. |
52
+
| Confirm Deletes | Boolean | Enabling this will require item deletions to require a confirmation before being deleted. Defaults to `true`.|
53
53
| Show Icons | Boolean | Enabling this will display the items doc type icon next to the name in the **Nested Content** list. |
54
54
| Hide Label | Boolean | Enabling this will hide the property editors label and expand the **Nested Content** property editor to the full with of the editor window. |
0 commit comments