Skip to content

Commit

Permalink
node export with cids
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Dec 27, 2024
1 parent db5c18e commit 642200f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/node-export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"path: #{path.split("static").last}\n"\
"nid: #{node.nid}\n"\
"uid: #{node.uid}\n\n"\
"cids: #{node.comments&.collect(&:cid).join(',')}\n\n"\
"---\n\n"

if node.main_image
Expand Down

0 comments on commit 642200f

Please sign in to comment.