Welcome to mirror list, hosted at ThFree Co, Russian Federation.

customization.xml « values « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2985798c060937bbca7a0abed65812da40b1ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- How many avatars should be displayed in the card list view -->
    <integer name="max_avatar_count">3</integer>
    <!-- How many users should be suggested when clicking on the assigned users input field -->
    <integer name="max_users_suggested">3</integer>
    <!-- How many dp should one column in the attachments grid have -->
    <integer name="max_dp_attachment_column">110</integer>
    <!-- Maximum characters of a comment. Caution: Server allow maximum 1000 characters! -->
    <integer name="comment_max_length">1000</integer>
    <!-- Parent comment line counter -->
    <integer name="comment_parent_max_lines">3</integer>
    <!-- Maximum cover images per card -->
    <integer name="max_cover_images">3</integer>
</resources>