improve config type
- all structs have default_property for non-struct properties
- all structs have default impls
- all properties use #[serde(default = "...")] to allow individual control
- links can now be defined as a toml `text = url` object
note: [text, url][] is also supported (and is used internally) incase duplicate text is needed