PHP Classes

File: Tests/conf/setup.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP GUI Builder   Tests/conf/setup.json   Download  
File: Tests/conf/setup.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP GUI Builder
Generate HTML based UI from component classes
Author: By
Last change:
Date: 3 years ago
Size: 695 bytes
 

Contents

Class file image Download
{ "id": { "type": "integer", "disabled": 1, "title": "record id" }, "title": { "type": "string", "required": 1 }, "user_id": { "type": "external", "disabled": 0, "remote-source": "https://auth-service" }, "label": { "type": "label" }, "description": { "type": "string", "custom": 1, "control": "textarea" }, "created": { "type": "date", "title": "creation date" }, "avatar": { "type": "file", "title": "avatar file content" }, "parts": { "type": "external", "title": "", "remote-source": "https://auth-service" }, "extensions": { "type": "custom", "title": "Extensions", "fields": { "balance": { "type": "integer" } } } }