Show configuration in CLI

Hi,

I did show configuration to 2 YANG modules that I have.
FF_Host(config)# show configuration running routing control-plane-protocols

For the first one the output was:
routing control-plane-protocols control-plane-protocol isis master
isis enable true
isis level-type level-2
isis lsp-mtu 1492
isis lsp-lifetime 1200
isis lsp-refresh 900
isis graceful-restart enable false
isis graceful-restart restart-interval 90
isis afs af ipv4
enable true

which is OK.

But for the second one I got the following printout:
routing control-plane-protocols mpls-ldp global config graceful-restart reconnect-time 300
routing control-plane-protocols mpls-ldp global config graceful-restart recovery-time 300
routing control-plane-protocols mpls-ldp global extended-configuration-attributes alarm-master-mask false
routing control-plane-protocols mpls-ldp global extended-configuration-attributes auto-configuration false
routing control-plane-protocols mpls-ldp global extended-configuration-attributes ldp-instance-enable false

Why I am getting it with full path?

Thanks,

Evyatar Wiesel