moved some files around
trying to organise what was features into submodules
This commit is contained in:
@ -15,7 +15,7 @@ content:
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
type: integer
|
||||
region: content
|
||||
field_funds_for:
|
||||
weight: 27
|
||||
|
@ -287,11 +287,11 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte
|
||||
->setDefaultValue('')
|
||||
->setDisplayOptions('view', [
|
||||
'label' => 'above',
|
||||
'type' => 'number',
|
||||
'type' => 'number_unformatted',
|
||||
'weight' => -3,
|
||||
])
|
||||
->setDisplayOptions('form', [
|
||||
'type' => 'number',
|
||||
'type' => 'number_unformatted',
|
||||
'weight' => -3,
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user