Configuration
TYPO3 >13: Add the dependency to the site set: datamints/top
TYPO3 <13: Please include the Static Typoscript Template, either by going to "Template -> Includes" and selecting "datamints Top" OR by including them in your site package:
setup
@import 'EXT:datamints_top/Configuration/TypoScript/setup.typoscript'        
        Copied!
    
constants
@import 'EXT:datamints_top/Configuration/TypoScript/constants.typoscript'        
        Copied!
    
Overwrite Template
plugin.tx_datamintstop{
  view{
    templateRootPath = EXT:your_extension/Resources/Private/Templates
  }        
        Copied!
    
}
TypoScript Reference
| Property: | Data type: | Description: | Default: | 
|---|---|---|---|
| view.templateRootPath | string | Path to template files | |
| settings.buttonBackgroundColor | string | HEX-Value the Button Background-color | #ffffff | 
| settings.buttonIconColor | string | HEX-Value the Button Icon-color | #000000 |