benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 207 forks source link

Box like bp-config possible? #806

Closed sputniklunar closed 5 years ago

sputniklunar commented 5 years ago

Hello again! Does anyone know how to use a box (i don't know how to describe it better) like the bp-config on the official bootstrap package website? It is the small icon that expand to a box where you can select color/font of the bootstrap package. I would like to get something like that displayed for logged in FE users.

Bildschirmfoto 2019-12-05 um 19 02 54 Bildschirmfoto 2019-12-05 um 19 03 01
gilbertsoft commented 5 years ago

@kalinka2103 Have a look at https://github.com/benjaminkott/bootstrap_package_config/ especially https://github.com/benjaminkott/bootstrap_package_config/blob/master/Resources/Private/Templates/Config/Default.html

sputniklunar commented 5 years ago

Hi @gilbertsoft, thanks (again) for your help. The Default.html I've already found. But I don't see an option to use the bp-config as something like a plugin / content element?

Edit: I've installed the extension and activated it, but don't see where I could use it

gilbertsoft commented 5 years ago

No, you can't use this out of the box. That was created for bootstrap-package.com. But it's a good starting point for you to create a such feature in your sitepackage instead.

sputniklunar commented 5 years ago

I will definitely try to work that out, thanks!