config_pages.admin.inc |
config_pages.admin.inc |
|
ConfigPages editing UI. |
config_pages.features.inc |
config_pages.features.inc |
|
Integrates with features. |
config_pages.field.inc |
config_pages.field.inc |
|
Containt hooks and field API logic. |
config_pages.inc |
config_pages.inc |
|
Logic functions. |
config_pages.inc |
plugins/panelizer/entity/config_pages.inc |
|
|
config_pages.info |
config_pages.info |
|
name = Config Pages
description = Provides entity for site configuration (this module is derivative from Model module https://drupal.org/project/model)
core = 7.x
package = QTools
version = "7.x-1.5"
configure =… |
config_pages.install |
config_pages.install |
|
Sets up the base table for our entity and a table to store information about
the entity types. |
config_pages.module |
config_pages.module |
|
This module is based on Model module (https://drupal.org/project/model)
and most of the comments left untouched but have entity types renamed.
Suuport for features added. |
config_pages.tpl.php |
config_pages.tpl.php |
|
Template. |
config_pages.type.admin.inc |
config_pages.type.admin.inc |
|
ConfigPages type editing UI. |
content.inc |
plugins/content_types/content/content.inc |
|
Node content CCT. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
PanelizerEntityConfigPages.class.php |
plugins/panelizer/entity/PanelizerEntityConfigPages.class.php |
|
Class definition. |
README.txt |
README.txt |
|
Credits
------------
This module is derivative from Model module (https://drupal.org/project/model)
Do I need it?
------------
At some point i was tired of creating custom pages using menu and form api,
writing tons of code just to have a page with… |