Skip to content

Commit

Permalink
add option to edit created date
Browse files Browse the repository at this point in the history
  • Loading branch information
MayMeow committed May 8, 2023
1 parent df53725 commit 5a58894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/Admin/Articles/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
echo $this->Form->control('published');
// echo $this->Form->control('tags._ids', ['options' => $tags]);
echo $this->Form->control('tag_string', ['type' => 'text']);
echo $this->Form->control('created');
?>
</fieldset>
<?= $this->Form->button(__('Submit')) ?>
Expand Down

0 comments on commit 5a58894

Please sign in to comment.