mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 00:06:26 +02:00
- Custom Pages: new fields for SEF string and meta data, admin validation and data control, front-end SEO (meta data), additional 'safe' URL config (for migrated installs); some new useful helper methods;
- More typography and layout control: new class based paragraph, heading, nobr, br and block bbcodes (awaiting new icons) - Overall improvements and stability fixes
This commit is contained in:
@@ -45,7 +45,8 @@ class e_bbcode
|
||||
'url', 'quote', 'left', 'right',
|
||||
'b', 'justify', 'file', 'stream',
|
||||
'textarea', 'list', 'php', 'time',
|
||||
'spoiler', 'hide', 'youtube', 'sanitised'
|
||||
'spoiler', 'hide', 'youtube', 'sanitised',
|
||||
'p', 'h', 'nobr', 'block',
|
||||
);
|
||||
|
||||
foreach($core_bb as $c)
|
||||
|
Reference in New Issue
Block a user