Sam
c08c40dc23
FEATURE: theme_modifiers can depend on theme settings (plus serialize_post_user_badges) ( #29227 )
...
Theme modifiers can now be defined as theme settings, this allows for
site operators to override behavior of theme modifiers.
New syntax is:
```
{
...
"modifiers": {
"modifier_name": {
"type": "setting",
"value": "setting_name"
}
}
}
```
This also introduces a new theme modifier for serialize_post_user_badges. Name of badge must match the name of the badge in the badges table. The client-side is updated to load this new data from the post-stream serializer.
Co-authored-by: David Taylor <david@taylorhq.com>
2024-10-17 15:16:16 +01:00
..
2024-10-09 07:19:31 +08:00
2024-10-09 07:19:31 +08:00
2023-07-28 12:53:46 +01:00
2024-05-16 17:11:24 +02:00
2024-10-09 07:19:31 +08:00
2023-11-09 16:47:59 -06:00
2023-11-09 16:47:59 -06:00
2024-10-09 07:19:31 +08:00
2024-09-04 04:38:46 +03:00
2023-01-09 11:49:28 +00:00
2023-11-09 16:47:59 -06:00
2023-01-09 11:49:28 +00:00
2023-01-09 11:49:28 +00:00
2023-11-09 16:47:59 -06:00
2023-11-09 16:47:59 -06:00
2023-11-09 16:47:59 -06:00
2024-04-10 17:35:42 +03:00
2023-11-09 16:47:59 -06:00
2023-11-13 10:46:15 -05:00
2024-07-04 10:58:21 +02:00
2023-01-09 11:49:28 +00:00
2024-03-15 14:24:04 +08:00
2024-07-10 09:51:25 +02:00
2023-12-29 12:44:41 +08:00
2023-11-09 16:47:59 -06:00
2023-12-04 14:26:29 +00:00
2024-10-09 07:19:31 +08:00
2024-02-28 20:32:14 +02:00
2023-12-01 12:57:11 +00:00
2023-11-09 16:47:59 -06:00
2024-10-09 07:19:31 +08:00
2024-08-08 09:21:27 +02:00
2023-12-06 23:25:00 +01:00
2024-08-06 07:12:42 +08:00
2024-01-30 09:10:09 -07:00
2024-03-15 16:06:32 -04:00
2024-10-09 07:19:31 +08:00
2023-11-09 16:47:59 -06:00
2024-06-28 10:09:37 +02:00
2024-02-20 09:48:09 +10:00
2024-01-25 14:28:26 +08:00
2023-11-09 16:47:59 -06:00
2024-10-07 11:48:48 +08:00
2024-10-09 07:19:31 +08:00
2023-12-04 13:45:19 +01:00
2023-11-09 16:47:59 -06:00
2023-09-11 09:12:37 +01:00
2024-09-04 04:38:46 +03:00
2024-06-19 11:07:23 +10:00
2023-01-09 11:49:28 +00:00
2023-01-09 11:49:28 +00:00
2024-10-09 07:19:31 +08:00
2024-10-10 09:23:06 +08:00
2024-09-13 16:50:52 +01:00
2024-01-25 14:28:26 +08:00
2024-10-04 13:49:22 +01:00
2024-03-26 11:32:01 +01:00
2024-10-09 07:19:31 +08:00
2024-07-15 14:39:37 +08:00
2023-01-09 11:49:28 +00:00
2024-01-03 13:15:35 +08:00
2024-09-09 14:40:56 +01:00
2024-09-09 10:50:48 +08:00
2024-08-27 12:06:54 -04:00
2024-01-16 09:50:44 +08:00
2024-05-27 15:25:32 +10:00
2024-10-17 15:16:16 +01:00
2024-07-04 10:58:21 +02:00
2024-10-09 07:19:31 +08:00
2024-04-10 17:35:42 +03:00
2024-10-14 12:39:20 +08:00
2023-06-01 10:00:01 +10:00
2023-12-06 09:26:45 +08:00
2023-11-09 16:47:59 -06:00
2024-10-09 07:19:31 +08:00
2024-01-30 10:32:42 +00:00
2023-06-08 20:06:20 +03:00
2023-12-04 13:45:19 +01:00