MODX Bot
MODX Bot
dinocorn submitted: Are you looking to be able to do things like add a System Setting that is a custom drop down?
danya_postfactum submitted: Yea. I think it would be better to allow to register custom xtypes, wich generates dropdown list options(dynamic way), instead of providing the database field for available options...
everettg_99 submitted: dammit... the function name should be _updateOption_
everettg_99 submitted: Good call. The _setOption()_ function is just begging for third option: /** * Sets an xPDO configuration option value. * * @param string $key The option key. *...
everettg_99 submitted: NO: you can't use whatever lexicon key you want. See issue #6605. The thing that I'm getting at is it's completely opaque and very un-MODX to have this...