Skip to content

Commit

Permalink
remove non-text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
andreer authored Nov 5, 2024
1 parent be71f97 commit 2f406d8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1335,12 +1335,8 @@
" ),\n",
" fieldsets=[\n",
" FieldSet(\n",
" name=\"default\", #\n",
" fields=[\"title\", \"url\", \"blur_image\", \"page_number\", \"text\"],\n",
" ),\n",
" FieldSet(\n",
" name=\"image\",\n",
" fields=[\"full_image\"],\n",
" name=\"default\",
" fields=[\"title\", \"text\"],\n",
" ),\n",
" ],\n",
" document_summaries=[\n",
Expand Down

0 comments on commit 2f406d8

Please sign in to comment.