File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,10 +297,7 @@ public override ContentTypeDescriptorCollection GetContentTypeDescriptors() {
297297 /*----------------------------------------------------------------------------------------------------------------------
298298 | Add available Content Types to the collection
299299 \---------------------------------------------------------------------------------------------------------------------*/
300- foreach (
301- var topic in
302- configuration . Children . GetTopic ( "ContentTypes" ) . FindAllByAttribute ( "ContentType" , nameof ( ContentTypeDescriptor ) )
303- ) {
300+ foreach ( var topic in configuration . Children . GetTopic ( "ContentTypes" ) . FindAllByAttribute ( "ContentType" , "ContentType" ) ) {
304301 // Ensure the Topic is used as the strongly-typed ContentType
305302 // Add ContentType Topic to collection if not already added
306303 if (
You can’t perform that action at this time.
0 commit comments