Skip to content

Commit

Permalink
fixed field name type
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kiesel committed Aug 7, 2017
1 parent 5f2c83a commit b226b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/CssStyleSelectorModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CssStyleSelectorModel extends Model
const TYPE_ARTICLE = 'article';
const TYPE_CONTENT = 'content';
const TYPE_FORM = 'form';
const TYPE_FORM_FIELD = 'form_field';
const TYPE_FORM_FIELD = 'formField';
const TYPE_LAYOUT = 'layout';
const TYPE_NEWS = 'news';
const TYPE_MODEL = 'module';
Expand Down

0 comments on commit b226b97

Please sign in to comment.