Open Config/settings_schema.json. Look for (around Line 1041) the section below and add the indicated lines.
{
"type": "select",
"id": "home_hero_auto_speed",
"label": "Rotation interval",
"options": [
---- Add the lines below ----
{
"value": "2000",
"label": "2 seconds"
},
{
"value": "3000",
"label": "3 seconds"
},
{
"value": "4000",
"label": "4 seconds"
},
---- Add the lines above ----
{
"value": "5000",
"label": "5 seconds"
},
{
"value": "7000",
"label": "7 seconds"
},
{
"value": "10000",
"label": "10 seconds"
}
]
},
Change that to:
Subject | Author | Latest Post |
---|---|---|
Subject | Author | Posted |
---|---|---|
9m ago | ||
11m ago | ||
an hour ago | ||
an hour ago | ||
an hour ago |
User | Kudos Count |
---|---|
737 | |
439 | |
305 | |
102 | |
100 |