How to make an entry in the config and delete the recorded example I need to write: Code: 1: text: [text] how do I get it and remove it?
and how do I attach it to my file? Если ты русский тогда вопрос: а как мне привязать его к своему файлу?
You mean, how to integrate this into your code? I'm not russian, I just understand Russian language as it's a third language I know. PHP: // $this является инстанция PluginBase$config = $this->getConfig();$config->remove('your-key');// To get the value. чтобы получить значение$config->get('your-key');// And you might want to save the file$config->save();
Probably because you spoke russian (This is not serious) Is speaking in another language than english even allowed here?