#include "info.h" static const config_entry_t block_group_entries[] = { { "spacing", CONFIG_INT, offsetof(block_t, group.spacing) }, { 0 }, }; // TODO const config_block_t block_group_info = { .type_name = "group", .type_size = 0, .base = { 0 }, .entries = block_group_entries, .apply = NULL, };