ref: master
plugins/comment_paragraph/lib/ext/entities.rb
1 2 3 4 5 6 7 8 9 10 11
require_dependency 'api/entities' module Api module Entities class Comment expose :paragraph_uuid expose :comment_paragraph_selected_area expose :comment_paragraph_selected_content end end end