mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 09:46:06 +01:00
9 lines
219 B
PHP
9 lines
219 B
PHP
<?php
|
|
return array(
|
|
'filter' => array(
|
|
'%.*%' => array(
|
|
'%.*static.nichtlustig.de/comics/full/(\\d+).*%s' => '<img src="http://static.nichtlustig.de/comics/full/$1.jpg" />',
|
|
),
|
|
),
|
|
);
|