Front matter #7
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Total time spent: 20 minutes
Due date
c.fahner
20 minutes
No due date set.
Dependencies
No dependencies set.
Reference
slendium/slendium-static!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issues/4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #4.
Also resolves #1.
@ -0,0 +11,4 @@* Contains all recognized front matter properties.** Front matter is considered the most explicit form of document metadata. It overrides metadata found* in HTML `<meta>` elements or anything in the `<sl-section name=meta>` element.The tag is named
SLS-SECTION(notSL-SECTION).@ -0,0 +107,4 @@$jsonContents = \substr($contents, $jsonStart, $jsonEnd - $jsonStart + 1);$data = \json_decode($jsonContents, associative: true);if (!\is_array($data)) {@ -0,0 +126,4 @@}public static function editedAtKeys(): iterable { // @phpstan-ignore missingType.iterableValueyield from [ [ 'edited' ], [ 'updated' ] ];These should be obtained through reflection (for every tested property).
WIP: Front matterto Front matter