Commit c562048 1 parent 67002c3 commit c562048 Copy full SHA for c562048
File tree 1 file changed +15
-16
lines changed
1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ dependencies:
18
18
- field.storage.node.field_media_files
19
19
- field.storage.media.field_media_file
20
20
- field.storage.node.field_category
21
- - field.storage.node.field_tags
22
21
- search_api.server.default_solr_server
23
22
- core.entity_view_mode.node.search_index
24
23
third_party_settings :
@@ -150,14 +149,6 @@ field_settings:
150
149
dependencies :
151
150
config :
152
151
- field.storage.node.field_iasc_audience
153
- field_tags :
154
- label : Tags
155
- datasource_id : ' entity:node'
156
- property_path : field_tags
157
- type : integer
158
- dependencies :
159
- config :
160
- - field.storage.node.field_tags
161
152
label :
162
153
label : Title
163
154
datasource_id : ' entity:group'
@@ -196,9 +187,9 @@ field_settings:
196
187
' entity:node ' :
197
188
article : search_index
198
189
page : search_index
199
- saa_field_oa_media :
200
- label : ' Search api attachments: Attachments '
201
- property_path : saa_field_oa_media
190
+ saa_field_media_files :
191
+ label : ' Search api attachments: Media field for file '
192
+ property_path : saa_field_media_files
202
193
type : text
203
194
status :
204
195
label : ' Publishing status'
@@ -255,11 +246,19 @@ datasource_settings:
255
246
selected : { }
256
247
' entity:node ' :
257
248
bundles :
258
- default : true
249
+ default : false
259
250
selected :
260
- - oa_group
261
- - oa_ical_importer
262
- - oa_space
251
+ - action_point
252
+ - announcement
253
+ - article
254
+ - contact
255
+ - oa_discussion_post
256
+ - oa_event
257
+ - oa_wiki_page
258
+ - oa_worktracker_task
259
+ - page
260
+ - panopoly_landing_page
261
+ - panopoly_page
263
262
languages :
264
263
default : true
265
264
selected : { }
You can’t perform that action at this time.
0 commit comments