for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Testcomponents\Storyblok\Blocks;
use Riclep\Storyblok\Block;
use Riclep\Storyblok\Traits\AppliesTypography;
class Trait1 extends Block
{
use AppliesTypography;
private $applyTypography = ['typography'];
$applyTypography
public function init() {
$this->applyTypography();
}