Maslosoft Framework Logo Maslosoft Framework Documentation
Flexible Application Foundation


Startup Selector

StartupSelector::widget([
	'items' => [
		[
			'title' => 'Page',
			'description' => 'Allows publishing content for public audience',
			'linkTitle' => 'Create Page',
            'url' => '#',
            'recommended' => true,
		],
		[
			'title' => 'Blog',
			'description' => 'Let your audience be up to date with current state of affairs.',
			'linkTitle' => 'Create Blog',
			'url' => '#',
		],
	]
]);