Skip to content

Commit

Permalink
deploy: 79d3c29
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 7, 2024
1 parent 905a767 commit be8b834
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/mockup/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mockup/bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/mockup/chunks/18085.bd94b8c0e9af0d484975.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mockup/chunks/18085.bd94b8c0e9af0d484975.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/mockup/chunks/18085.d23f998b1658183bee88.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/mockup/chunks/18085.d23f998b1658183bee88.min.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/mockup/chunks/18361.1189118d4463f13e1c6a.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mockup/chunks/18361.1189118d4463f13e1c6a.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/mockup/chunks/18361.3de44e9cc4984fe0385c.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/mockup/chunks/18361.3de44e9cc4984fe0385c.min.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/mockup/remote.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mockup/remote.min.js.map

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion pat/contenbrowser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ <h2>Configuration</h2>
<td style="text-align:center">This list is passed to the server during an AJAX request to specify the attributes which should be included on each item.</td>
</tr>
<tr>
<td style="text-align:center">rootPath</td>
<td style="text-align:center">string</td>
<td style="text-align:center">&quot;/&quot;</td>
<td style="text-align:center">Browsing/searching root path. You will not get beneath this path</td>
</tr>
<tr>
<td style="text-align:center">basePath</td>
<td style="text-align:center">string</td>
<td style="text-align:center">set to rootPath.</td>
Expand All @@ -382,10 +388,16 @@ <h2>Configuration</h2>
<td style="text-align:center">The maximum number of items that can be selected in a multi-select control. If this number is less than 1 selection is not limited.</td>
</tr>
<tr>
<td style="text-align:center">mode</td>
<td style="text-align:center">string</td>
<td style="text-align:center">&quot;browse&quot;</td>
<td style="text-align:center">The maximum number of items that can be selected in a multi-select control. If this number is less than 1 selection is not limited.</td>
</tr>
<tr>
<td style="text-align:center">bSize</td>
<td style="text-align:center">integer</td>
<td style="text-align:center">10</td>
<td style="text-align:center">Batch size to break down big result sets into multiple pages.</td>
<td style="text-align:center">Toggle between &quot;browse&quot; and &quot;search&quot;</td>
</tr>
<tr>
<td style="text-align:center">separator</td>
Expand Down

0 comments on commit be8b834

Please sign in to comment.