mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 21:39:42 +00:00
refactoring CustomFieldText var MultipleCFInline -> multipleCFInline
This commit is contained in:
@@ -58,7 +58,7 @@ class CustomFieldText implements CustomFieldInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
const MAX_LENGTH = 'maxLength';
|
const MAX_LENGTH = 'maxLength';
|
||||||
const MULTIPLE_CF_INLINE ='MultipleCFInline';
|
const MULTIPLE_CF_INLINE ='multipleCFInline';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a form according to the maxLength option
|
* Create a form according to the maxLength option
|
||||||
|
Reference in New Issue
Block a user