Download the PHP package infoweb-internet-solutions/yii2-cms-pages without Composer
On this page you can find all versions of the php package infoweb-internet-solutions/yii2-cms-pages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infoweb-internet-solutions/yii2-cms-pages
More information about infoweb-internet-solutions/yii2-cms-pages
Files in infoweb-internet-solutions/yii2-cms-pages
Informations about the package yii2-cms-pages
Pages extension for Yii 2
With this extension you can manage pages that can be used in a website.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed run this migration
Enable the module in backend/config/main.php
:
Import the translations and use category 'infoweb/pages':
And finally enable the page component in frontend/config/main.php
:
Configuration
All available configuration options are listed below with their default values.
enableMenu (type: boolean
, default: false
)
If this option is set to true
, it is possible to attach an entity from the menu
module to a page.
enableForm (type: boolean
, default: false
)
If this option is set to true
, it is possible to attach an entity from the form
module to a page.
enableSliders (type: boolean
, default: false
)
If this option is set to true
, it is possible to attach an entity from the sliders
module to a page.
enablePrivatePages (type: boolean
, default: false
)
If this option is set to true
, the public
attribute of a page can be managed.
defaultPublicVisibility (type: boolean
, default: true
)
This is the value that will be used as the default value of the public
attribute of a page.
allowContentDuplication (type: boolean
, default: true
)
If this option is set to true
, the duplicateable
jquery plugin is activated on all translateable attributes.
ckEditorOptions (type: array
, default: ['height' => 500]
)
These are the custom options for that will be used for each ckEditor
instance in this module.
It is also possible to override these settings per instance in its own view.
All versions of yii2-cms-pages with dependencies
infoweb-internet-solutions/yii2-cms Version @stable
infoweb-internet-solutions/yii2-cms-sliders Version @stable
mihaildev/yii2-ckeditor Version @stable
kartik-v/yii2-widgets Version @stable
kartik-v/yii2-grid Version @stable
2amigos/yii2-translateable-behavior Version @stable