Hi,
I'm wondering if anyone else has come across the need and a possible solution for a 'Miscellaneous settings page'. This would look like a series of name value pairs, where each pair was content-type restricted.
Here is an example: There is a list of options controlled via lookup table. I do not control the list. There is a need to have a default option picked for new records. But I cannot set a default because the list of options is not fixed at build time. How can I give control to set a default in the database, which I can read and set when a record is created?
But that is just one example setting, whereas there are actually many like this.
Another is "this is your customizable header welcome message", which would be a text field instead of the lookup table in the previous example.
Does anyone have a solution for this type of thing?
Thanks!