Feature/gutenberg
Merge request reports
Activity
assigned to @grola
By Grzegorz Rola on 2022-05-27T10:52:51 (imported from GitLab)
added 1 commit
- 64c38af5 - feature(js): support for gutenberg
By Grzegorz Rola on 2022-05-27T11:01:00 (imported from GitLab)
added 1 commit
- 3cdcc1e0 - feature(js): support for gutenberg
By Grzegorz Rola on 2022-05-27T11:27:41 (imported from GitLab)
added 1 commit
- e7750d0c - feature(js): support for gutenberg
By Grzegorz Rola on 2022-05-27T11:29:53 (imported from GitLab)
added 1 commit
- c763341b - feature(js): support for gutenberg
By Grzegorz Rola on 2022-05-27T11:51:09 (imported from GitLab)
added 1 commit
- fb874718 - feature(js): support for gutenberg
By Grzegorz Rola on 2022-05-27T11:53:09 (imported from GitLab)
assigned to @dyszczo and @sebastian.pisula and unassigned @grola
By Grzegorz Rola on 2022-05-27T13:17:45 (imported from GitLab)
unassigned @sebastian.pisula
By Sebastian Pisula on 2022-05-27T13:20:17 (imported from GitLab)
added 1 commit
- 5e1be4a3 - feature(js): support for gutenberg
By Grzegorz Rola on 2022-05-27T13:25:02 (imported from GitLab)
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'; changed this line in version 8 of the diff
By Grzegorz Rola on 2022-06-06T15:00:32 (imported from GitLab)
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'; Proponuję zebrać w tablicy i implode(' ', $tablica) bo teraz kombinujemy ze spacjami.
By Dyszczo on 2022-05-31T08:32:06 (imported from GitLab)
Edited by Krzysztof Dyszczykchanged this line in version 8 of the diff
By Grzegorz Rola on 2022-06-06T15:00:32 (imported from GitLab)
added 1 commit
- 696f8117 - feature(js): support for gutenberg
By Grzegorz Rola on 2022-06-06T15:00:32 (imported from GitLab)
added 1 commit
- 3999efad - feature(js): support for gutenberg
By Grzegorz Rola on 2022-06-06T15:35:39 (imported from GitLab)
added 1 commit
- 2aa121f3 - feature(js): support for gutenberg
By Grzegorz Rola on 2022-06-06T15:44:35 (imported from GitLab)
added 1 commit
- 2603fcce - feature(js): support for gutenberg
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)