29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
<?php
|
|
namespace Mocha\Core;
|
|
|
|
class KnownInstanceGuids
|
|
{
|
|
/**
|
|
* The GUID of the default tenant instance.
|
|
*/
|
|
const DefaultTenant = "F2C9D4A99EFB426384DB66A9DA65AD00";
|
|
|
|
|
|
const DisplayOption__DisplayAsPageTitle = "369335cf4a3d4349930062bd72dafeb6";
|
|
const DisplayOption__NotEnterable = "831e921b51324b379303da0994a0f828";
|
|
const DisplayOption__SubmitNotEnterable = "f480a1d6cc9b4606bce1d6757fa99bad";
|
|
const DisplayOption__ShowSubelementsVertically = "8bfd1ae21474413db4dd6cd4993080d1";
|
|
const DisplayOption__Singular = "683b3cdb2e69468ebb364bd62716542c";
|
|
const DisplayOption__DoNotShow = "cc278872445449fe821aae657bffe062";
|
|
const DisplayOption__InitializeForEntry = "59410ca482144b59ba491565d0cf16c7";
|
|
const DisplayOption__DoNotShowLabel = "a9fe1e0207854363b4dd8b7ca989d4fd";
|
|
const DisplayOption__WideText = "dc0570c5cfd54f879ba751fab4ccf551";
|
|
const DisplayOption__Required = "7e508c5405074ae78ea27c9f197051c7";
|
|
const DisplayOption__DoNotShowIfEmpty = "055b9a42caf542adbd2e9a4c3527947d";
|
|
/// <summary>
|
|
/// Obscured Text - displays text in a text box element as obscured (system-dependent, e.g. asterisk (*) or dot)
|
|
/// </summary>
|
|
/// <value>The GUID of the `Obscured Text` EC Display Option.</value>
|
|
const DisplayOption__ObscuredText = "e42fb627655942e7a8fe59c9d674eec4";
|
|
}
|
|
?>
|