moved some files around

trying to organise what was features into submodules
This commit is contained in:
naomi
2018-07-05 12:24:14 +02:00
parent 36939720fe
commit 5863fb7faa
14 changed files with 3 additions and 1176 deletions

View File

@ -15,7 +15,7 @@ content:
settings:
placeholder: ''
third_party_settings: { }
type: number
type: integer
region: content
field_funds_for:
weight: 27

View File

@ -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,
]);