Skip to content
Snippets Groups Projects

Feature/gutenberg

Merged Krzysztof Dyszczyk requested to merge feature/gutenberg into master
2 unresolved threads

Merge request reports

Checking pipeline status.

Merged by Krzysztof DyszczykKrzysztof Dyszczyk 2 years ago (Jun 6, 2022 4:36pm UTC)

Merge details

  • Changes merged into with 02cc7cd0.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
183 205 }
184 206 }
185 207
208 /**
209 * Enqueue admin scripts.
210 */
211 public function addGutenbergScript()
212 {
213 if ($this->isBlockEditor()) {
214 include_once 'views/admin-head-js-gutenberg.php';
  • 212 244 if (isset($this->attributes['class'])) {
    213 245 $notice_class .= ' ' . $this->attributes['class'];
    214 246 }
    247 if ($this->showInGutenberg) {
    248 $notice_class .= ' wpdesk-notice-gutenberg';
  • Krzysztof Dyszczyk approved this merge request

    approved this merge request

    By Dyszczo on 2022-05-31T08:32:44 (imported from GitLab)

  • Krzysztof Dyszczyk assigned to @grola and unassigned @dyszczo

    assigned to @grola and unassigned @dyszczo

    By Dyszczo on 2022-05-31T08:32:50 (imported from GitLab)

  • added 1 commit

    • 696f8117 - feature(js): support for gutenberg

    Compare with previous version

    By Grzegorz Rola on 2022-06-06T15:00:32 (imported from GitLab)

  • added 1 commit

    • 3999efad - feature(js): support for gutenberg

    Compare with previous version

    By Grzegorz Rola on 2022-06-06T15:35:39 (imported from GitLab)

  • added 1 commit

    • 2aa121f3 - feature(js): support for gutenberg

    Compare with previous version

    By Grzegorz Rola on 2022-06-06T15:44:35 (imported from GitLab)

  • added 1 commit

    • 2603fcce - feature(js): support for gutenberg

    Compare with previous version

    By Grzegorz Rola on 2022-06-06T15:51:53 (imported from GitLab)

  • mentioned in commit 02cc7cd0

    By Grzegorz Rola on 2022-06-06T16:36:01 (imported from GitLab)

  • Please register or sign in to reply
    Loading