Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

сделать возможность простого добавления новых опций (простейших чекбоксов и инпутом) #19

Open
noxonsu opened this issue Jun 15, 2020 · 0 comments
Assignees

Comments

@noxonsu
Copy link
Member

noxonsu commented Jun 15, 2020

сейчас, если прогер добавит опцию в реакте, то чтоб она отобразилась в админке нужно ждать выходных. проще если будет какойнить файл вида inde-react-options.php где будет массив с опциями. чтоб паша например мог легко добавить опцию и она появится в админке и в index.html

$mc_wallet_options[] = {
group: "название для группировки? напр Trasactions"
title: "пример, ссылка для логотипа",
type: "checkbox" //input
placeholder: "введите ченить"
help: "Введите сюда ссылку на ваш логотип. Подробнее тут https://support.com/pub"
}

опции пусть показываются в соостветсвующих группах внизу

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants