class Playbook::PbNav::Nav

def data

def data
  if tabbing
    Hash(prop(:data)).merge(pb_nav_tab: true)
  else
    prop(:data)
  end
end