- only 9 types of reference type
- optimized help svg's: secure_data svg and specs.svg - delet unneccesary information on home view
This commit is contained in:
parent
50d27c51c9
commit
ea6288fd0f
7 changed files with 95 additions and 210 deletions
|
@ -27,7 +27,8 @@ class CreateDocumentReferencesTable extends Migration
|
|||
);
|
||||
$table->enum(
|
||||
'relation',
|
||||
["IsCitedBy", "Cites", "IsSupplementTo", "IsSupplementedBy", "IsContinuedBy", "Continues", "HasMetadata", "IsMetadataFor","IsNewVersionOf", "IsPreviousVersionOf", "IsPartOf", "HasPart", "IsReferencedBy", "References", "IsDocumentedBy", "Documents", "IsCompiledBy", "Compiles", "IsVariantFormOf", "IsOriginalFormOf", "IsIdenticalTo", "IsReviewedBy", "Reviews", "IsDerivedFrom", "IsSourceOf"]
|
||||
["IsSupplementTo", "IsSupplementedBy", "IsContinuedBy", "Continues",
|
||||
"IsNewVersionOf", "IsPartOf", "HasPart", "Compiles", "IsVariantFormOf"]
|
||||
);
|
||||
$table->string('value', 255);
|
||||
$table->string('label', 50);
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue