We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b27540c + 03dddba commit 1c1ccdfCopy full SHA for 1c1ccdf
admin/customizing.md
@@ -215,6 +215,11 @@ const GreetingCreate = props => {
215
);
216
};
217
218
+const greetings = {
219
+ name: 'greetings',
220
+ create: GreetingCreate,
221
+};
222
+
223
export default [
224
greetings,
225
];
@@ -290,6 +295,11 @@ const GreetingEdit = props => {
290
295
291
296
292
297
298
299
300
+ edit: GreetingEdit,
301
302
293
303
294
304
305
0 commit comments