Menu

Flextype / Blog: Recent posts

Flextype 0.2.0 release

Hello Everyone!

Flextype 0.2.0 release is already published with improved core Architecture and with a new advanced Thunderer Shortcode Framework that will allow easily create and manage your shortcodes.

Here is an example of creating and using the Thunderer Shortcode Framework in Flextype:

Create Shortcode

```php
use Thunder\Shortcode\Shortcode\ShortcodeInterface;

Shortcodes::driver()->addHandler('msg', function(ShortcodeInterface $s) {
return '

';
});
```... read more

Posted by Sergey Romanenko 2018-03-24 Labels: release flextype cms nodb

Flextype 0.2.0 release

Hello Everyone!

Flextype 0.2.0 release is already published with improved core Architecture and with a new advanced Thunderer Shortcode Framework that will allow easily create and manage your shortcodes.

Here is an example of creating and using the Thunderer Shortcode Framework in Flextype:

Create Shortcode

```php
use Thunder\Shortcode\Shortcode\ShortcodeInterface;

Shortcodes::driver()->addHandler('msg', function(ShortcodeInterface $s) {
return '

';
});
```... read more

Posted by Sergey Romanenko 2018-03-24 Labels: release flextype cms nodb

Flextype 0.2.0 release

Hello Everyone!

Flextype 0.2.0 release is already published with improved core Architecture and with a new advanced Thunderer Shortcode Framework that will allow easily create and manage your shortcodes.

Here is an example of creating and using the Thunderer Shortcode Framework in Flextype:

Create Shortcode

```php
use Thunder\Shortcode\Shortcode\ShortcodeInterface;

Shortcodes::driver()->addHandler('msg', function(ShortcodeInterface $s) {
return '

';
});
```... read more

Posted by Sergey Romanenko 2018-03-24 Labels: release flextype cms nodb

Flextype 0.2.0 release

Hello Everyone!

Flextype 0.2.0 release is already published with improved core Architecture and with a new advanced Thunderer Shortcode Framework that will allow easily create and manage your shortcodes.

Here is an example of creating and using the Thunderer Shortcode Framework in Flextype:

Create Shortcode

```php
use Thunder\Shortcode\Shortcode\ShortcodeInterface;

Shortcodes::driver()->addHandler('msg', function(ShortcodeInterface $s) {
return '

';
});
```... read more

Posted by Sergey Romanenko 2018-03-24 Labels: release flextype cms nodb

First official Flextype release

Hello Everyone!

First official Flextype release is already published!

Flextype is next generation of Legendary Monstra Engine!
Flextype is Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! Content in Flextype is just a simple files written with markdown syntax in pages folder. You simply create markdown files in the pages folder and that becomes a page.... read more

Posted by Sergey Romanenko 2018-03-24 Labels: release flextype