PHP Classes

File: params.json

Recommend this page to a friend!
  Classes of ASCOOS CMS   Ascoos CMS Online Users   params.json   Download  
File: params.json
Role: Configuration script
Content type: text/plain
Description: Skeleton configuration data
Class: Ascoos CMS Online Users
Display the users accessing a site now
Author: By
Last change:
Date: 5 days ago
Size: 1,964 bytes
 

Contents

Class file image Download
{
    "attrs": {
        "type": "parameters",
        "client": "block",
        "version": "1.0.2",
        "name": "online_users"
    },
    "header": {
        "version": "1.0.0",
        "license": "APL_license",
        "author": "APL_author",
        "creation": "APL_creation",
        "copyright": "APL_copyright",
        "email": "webmaster@alexsoft.gr",
        "url": "www.alexsoft.gr",
        "translator": "APL_translator",
        "translatorEmail": "APL_translatorEmail",
        "translatorUrl": "APL_translatorUrl",
        "description": "APL_desc"
    },
    "params": {
        "0": {
            "paramgroup": "APL_paramgroup_general_label",
            "0": {
                "name": "show_icon",
                "type": "boolean",
                "default": 0,
                "label": "APL_show_icon_label",
                "description": "APL_show_icon_desc"
            },
            "1": {
                "name": "show_total",
                "type": "boolean",
                "default": 0,
                "label": "APL_show_total_label",
                "description": "APL_show_total_desc"
            },
            "2": {
                "name": "show_guests",
                "type": "boolean",
                "default": 0,
                "label": "APL_show_guests_label",
                "description": "APL_show_guests_desc"
            },
            "3": {
                "name": "show_robots",
                "type": "boolean",
                "default": 0,
                "label": "APL_show_robots_label",
                "description": "APL_show_robots_desc"
            },
            "4": {
                "name": "show_blocks",
                "type": "boolean",
                "default": 0,
                "label": "APL_show_blocks_label",
                "description": "APL_show_blocks_desc"
            },
            "5": {
                "type": "separate"
            },
            "6": {
                "name": "show_users",
                "type": "boolean",
                "default": 0,
                "label": "APL_show_users_label",
                "description": "APL_show_users_desc"
            },
            "7": {
                "name": "count",
                "type": "integer",
                "default": 20,
                "label": "APL_count_label",
                "description": "APL_count_desc"
            },
            "8": {
                "type": "separate"
            },
            "9": {
                "name": "theme",
                "type": "themelist",
                "placeholder":"APL_theme_placeholder",
                "default": "default",
                "label": "APL_theme_label",
                "description": "APL_theme_desc"
            }
        }
    }
}