Our.Umbraco.HiddenValue by Michael Reiter

<PackageReference Include="Our.Umbraco.HiddenValue" Version="9.0.0" />

 Our.Umbraco.HiddenValue 9.0.0

A property type which only allows developers to set values

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Our.Umbraco.HiddenValue</id>
    <version>9.0.0</version>
    <authors>Michael Reiter</authors>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/ReiterM2000/Our.HiddenValue</projectUrl>
    <description>A property type which only allows developers to set values</description>
    <tags>Umbraco 9 Property Type Property Types UmbracoCMS, Our</tags>
    <repository url="https://github.com/ReiterM2000/Our.HiddenValue" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="Umbraco.Cms.Web.BackOffice" version="9.0.0" exclude="Build,Analyzers" />
        <dependency id="Umbraco.Cms.Web.Website" version="9.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <contentFiles>
      <files include="any/net5.0/App_Plugins/HiddenValue/hiddenvalue.controller.js" buildAction="Content" />
      <files include="any/net5.0/App_Plugins/HiddenValue/hiddenvalue.html" buildAction="Content" />
      <files include="any/net5.0/App_Plugins/HiddenValue/package.manifest" buildAction="Content" />
    </contentFiles>
  </metadata>
</package>