saltcorn / tabler

tabler theme for saltcorn
MIT License
1 stars 2 forks source link

How does configuration_workflow work? #3

Open j2l opened 1 year ago

j2l commented 1 year ago

In the end, I need to build my own (non-bootstrap, but bulma or daisy-tailwind if possible) theme. A theme where you can choose to have menu in sidebar OR topbar (for future staff tweaks). AdminLTE has both at the same time, that's not what I want. Tabler, and the complex any-bootstrap-theme, seem to be the only one to do it.

But, in Tabler, I don't get how the Form.fields[1].attributes.options is supposed to change the theme without any config.menu_style.

BTW, the theme configuration cog wheel is only visible in my fork, but saltcorn/tabler doesn't show the configuration icon.

Is tabler fully working for you, with options?

Have a great day all, it's beautiful sunshine here!

j2l commented 1 year ago

I found out why there's no configuration option while present in the code: 0.1.9 NPM version is different from this 0.1.9 GITHUB version.

configuration_workflow was added on the github version, but is not implemented further more. Also bootstrap.bundle.min.js from the NPM version makes dropdown work, while tabler.min.js, from this github project, doesn't, but is bigger size.