Greetings,
New to DNN, I'm coming from a Sitecore background, so I have CMS experience.
I'm wondering what the standard best practice is on where to store content managed simple strings. In Sitecore we have a "Dictionary" item, which is content managed and localized. It's a simple key/value pair. This is what I'm looking for.
So, for example, the QUOTE and REPLY buttons on this page.. I'd like to have a Content Author be capable of editing the values for this text. I don't need localization at the moment, but would like to know how to do this with a single language for now, and localized if possible. On page editing would be great, but in a content admin area also acceptable.
And it's not just button text that I'm looking at, something like the Notification label, or Thread Status label, or really any non-html string that I don't want to use the HTML control for (that is going to inject <div>s and other sorts of code).
Thanks and cheers!