Skip to content

Create a column model service for translate manager #94

Description

@onurozgurozkan

This rest service returns the columns list for Translate Grid.

For example

Model : Application

https://github.com/kebab-project/kebab-project/blob/master/application/models/Entity/Application.php

Return

array(
  0 => array('name' => 'title', 'type' => 'string'),
  1 => array('name' => 'description', 'type' => 'clob')
);

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions