hofff/contao-shariff

Missing Button type (german "Button-Stil")

cmichael-de opened this issue · 8 comments

In an older version there is a button type ... is this feature removed now? https://nimb.ws/eahzBK

I don't know. I check with Contao 4.6.14 and Shariff 3.0.1 and I have the "Button-Stil" option.

bildschirmfoto 2019-02-21 um 22 51 15

I am using Contao 4.4.32

and which version of contao-shariff?

php -d memory_limit=-1 ../composer.phar require hofff/contao-shariff
Using version ^2.0 for hofff/contao-shariff
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 7 installs, 0 updates, 0 removals

  • Installing zendframework/zend-stdlib (3.2.1): Downloading (100%)
  • Installing container-interop/container-interop (1.2.0): Downloading (100%)
  • Installing zendframework/zend-servicemanager (3.4.0): Downloading (100%)
  • Installing zendframework/zend-eventmanager (3.2.1): Downloading (100%)
  • Installing zendframework/zend-cache (2.8.2): Downloading (100%)
  • Installing heise/shariff (6.0.1): Downloading (100%)
  • Installing hofff/contao-shariff (2.0.4): Downloading (100%)

please use hoff/contao-shariff ^3.0

Installed Version 3.0.1 with Contao-Manager ... I was not able to install/update the 3.0 with composer cli. Now the field occurs - everything is fine - thx a lot for your help!

With the current version 3.x you have to use Font Awesome v5 (see readme for v3), because the dependent packages of shariff don't support Font Awesome v4 anymore. If you want to use Font Awesome v4 you have to make your own stylings.

Yes :-) I am a little bit lucky cause my theme is independent of fontawesome - so it is easy to switch to v5. Thx for the Info.