PHP code example of dd / evolutioncms-snippets-ddtypograph

1. Go to this page and download the library: Download dd/evolutioncms-snippets-ddtypograph library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

dd / evolutioncms-snippets-ddtypograph example snippets


//Include (MODX)EvolutionCMS.libraries.ddInstaller
nstaller/staller::install([
	'url' => 'https://github.com/DivanDesign/EvolutionCMS.snippets.ddTypograph',
	'type' => 'snippet'
]);

\DDTools\Snippet::runSnippet([
	'name' => 'ddTypograph',
	'params' => [
		'text' => "
			There's nothing you can do that can't be done
			Nothing you can sing that can't be sung
			
			https://en.wikipedia.org/wiki/The_Beatles
		",
		'text_paragraphs' => true,
		'text_autoLinks' => true
	]
]);

[[ddTypograph? &text=`[*content*]`]]

[[ddTypograph?
	&text=`Some text for typography.`
	&text_paragraphs=`1`
	&text_autoLinks=`1`
]]

[[ddTypograph?
	&text=`Some text for "typography".`
	&optAlign=`1`
]]