dnnsoftware / Dnn.Platform

DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
https://dnncommunity.org/
MIT License
1.01k stars 745 forks source link

Add module id information. #6048

Closed ufoloko closed 2 weeks ago

ufoloko commented 1 month ago

This PR add module id information to module settings and module label.

Sometimes, module id information is needed to add an as an anchor link, or simply to locate this module.

This code add a new row in module settings to show a label and a text with module id.

Captura de pantalla 2024-05-24 a la(s) 6 27 20 a  m

Additionally module id was added in module actions script, to show it next to de module label.

Captura de pantalla 2024-05-24 a la(s) 6 23 55 a  m

I hope this code can be helpful for the platform.

Sorry if im skipping something for the PR, but is my first time pushing code for the solution.